mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update Delta Chat to 1.50.3 (300006994)
This commit is contained in:
parent
86699330a3
commit
96ed9bd3d0
1 changed files with 98 additions and 2 deletions
|
|
@ -684,6 +684,102 @@ Builds:
|
|||
gradleprops:
|
||||
- ABI_FILTER=x86_64
|
||||
|
||||
- versionName: 1.50.3
|
||||
versionCode: 300006991
|
||||
commit: 811089f3b375f3126f4e5c40f776cab8643f5ce4
|
||||
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: r27
|
||||
gradleprops:
|
||||
- ABI_FILTER=armeabi-v7a
|
||||
|
||||
- versionName: 1.50.3
|
||||
versionCode: 300006992
|
||||
commit: 811089f3b375f3126f4e5c40f776cab8643f5ce4
|
||||
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: r27
|
||||
gradleprops:
|
||||
- ABI_FILTER=arm64-v8a
|
||||
|
||||
- versionName: 1.50.3
|
||||
versionCode: 300006993
|
||||
commit: 811089f3b375f3126f4e5c40f776cab8643f5ce4
|
||||
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: r27
|
||||
gradleprops:
|
||||
- ABI_FILTER=x86
|
||||
|
||||
- versionName: 1.50.3
|
||||
versionCode: 300006994
|
||||
commit: 811089f3b375f3126f4e5c40f776cab8643f5ce4
|
||||
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: r27
|
||||
gradleprops:
|
||||
- ABI_FILTER=x86_64
|
||||
|
||||
AllowedAPKSigningKeys: a2ed516babc58b3eddfd353a11a9da981b4d4ca6eec8f1987db3288cdf51f06a
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
@ -693,5 +789,5 @@ VercodeOperation:
|
|||
- 10 * %c + 2
|
||||
- 10 * %c + 3
|
||||
- 10 * %c + 4
|
||||
CurrentVersion: 1.49.0
|
||||
CurrentVersionCode: 300006984
|
||||
CurrentVersion: 1.50.3
|
||||
CurrentVersionCode: 300006994
|
||||
|
|
|
|||
Loading…
Reference in a new issue