mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 14:16:53 +00:00
Update Delta Chat to 1.48.2 (300006944)
This commit is contained in:
parent
95a3e44b0e
commit
0f13c3003b
1 changed files with 99 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ AuthorName: Asiel Díaz Benítez
|
|||
SourceCode: https://github.com/ArcaneChat/android
|
||||
IssueTracker: https://github.com/ArcaneChat/android/issues
|
||||
|
||||
AutoName: ArcaneChat
|
||||
AutoName: Delta Chat
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/ArcaneChat/android.git
|
||||
|
|
@ -300,6 +300,102 @@ Builds:
|
|||
gradleprops:
|
||||
- ABI_FILTER=x86_64
|
||||
|
||||
- versionName: 1.48.2
|
||||
versionCode: 300006941
|
||||
commit: 097465536651ba5965238aeb94a4010065b3018e
|
||||
timeout: 20000
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make g++ cmake
|
||||
gradle:
|
||||
- foss
|
||||
binary: https://github.com/ArcaneChat/android/releases/download/v%v/ArcaneChat-foss-armeabi-v7a-%v.apk
|
||||
srclibs:
|
||||
- rustup@1.25.1
|
||||
scandelete:
|
||||
- jni/deltachat-core-rust
|
||||
build:
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain $(cat scripts/rust-toolchain)
|
||||
--target armv7-linux-androideabi
|
||||
- source $HOME/.cargo/env
|
||||
- scripts/ndk-make.sh armeabi-v7a
|
||||
ndk: r23c
|
||||
gradleprops:
|
||||
- ABI_FILTER=armeabi-v7a
|
||||
|
||||
- versionName: 1.48.2
|
||||
versionCode: 300006942
|
||||
commit: 097465536651ba5965238aeb94a4010065b3018e
|
||||
timeout: 20000
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make g++ cmake
|
||||
gradle:
|
||||
- foss
|
||||
binary: https://github.com/ArcaneChat/android/releases/download/v%v/ArcaneChat-foss-arm64-v8a-%v.apk
|
||||
srclibs:
|
||||
- rustup@1.25.1
|
||||
scandelete:
|
||||
- jni/deltachat-core-rust
|
||||
build:
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain $(cat scripts/rust-toolchain)
|
||||
--target aarch64-linux-android
|
||||
- source $HOME/.cargo/env
|
||||
- scripts/ndk-make.sh arm64-v8a
|
||||
ndk: r23c
|
||||
gradleprops:
|
||||
- ABI_FILTER=arm64-v8a
|
||||
|
||||
- versionName: 1.48.2
|
||||
versionCode: 300006943
|
||||
commit: 097465536651ba5965238aeb94a4010065b3018e
|
||||
timeout: 20000
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make g++ cmake
|
||||
gradle:
|
||||
- foss
|
||||
binary: https://github.com/ArcaneChat/android/releases/download/v%v/ArcaneChat-foss-x86-%v.apk
|
||||
srclibs:
|
||||
- rustup@1.25.1
|
||||
scandelete:
|
||||
- jni/deltachat-core-rust
|
||||
build:
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain $(cat scripts/rust-toolchain)
|
||||
--target i686-linux-android
|
||||
- source $HOME/.cargo/env
|
||||
- scripts/ndk-make.sh x86
|
||||
ndk: r23c
|
||||
gradleprops:
|
||||
- ABI_FILTER=x86
|
||||
|
||||
- versionName: 1.48.2
|
||||
versionCode: 300006944
|
||||
commit: 097465536651ba5965238aeb94a4010065b3018e
|
||||
timeout: 20000
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make g++ cmake
|
||||
gradle:
|
||||
- foss
|
||||
binary: https://github.com/ArcaneChat/android/releases/download/v%v/ArcaneChat-foss-x86_64-%v.apk
|
||||
srclibs:
|
||||
- rustup@1.25.1
|
||||
scandelete:
|
||||
- jni/deltachat-core-rust
|
||||
build:
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain $(cat scripts/rust-toolchain)
|
||||
--target x86_64-linux-android
|
||||
- source $HOME/.cargo/env
|
||||
- scripts/ndk-make.sh x86_64
|
||||
ndk: r23c
|
||||
gradleprops:
|
||||
- ABI_FILTER=x86_64
|
||||
|
||||
AllowedAPKSigningKeys: a2ed516babc58b3eddfd353a11a9da981b4d4ca6eec8f1987db3288cdf51f06a
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
@ -309,5 +405,5 @@ VercodeOperation:
|
|||
- 10 * %c + 2
|
||||
- 10 * %c + 3
|
||||
- 10 * %c + 4
|
||||
CurrentVersion: 1.46.20
|
||||
CurrentVersionCode: 300006924
|
||||
CurrentVersion: 1.48.2
|
||||
CurrentVersionCode: 300006944
|
||||
|
|
|
|||
Loading…
Reference in a new issue