Update ArcaneChat to 1.54.4 (300007144)

This commit is contained in:
F-Droid checkupdates bot 2025-03-05 05:16:13 +00:00 committed by linsui
parent 127ce00954
commit 4da25c9460

View file

@ -1868,6 +1868,106 @@ Builds:
gradleprops:
- ABI_FILTER=x86_64
- versionName: 1.54.4
versionCode: 300007141
commit: ccedf31b96c380319bcdf9d7eb0f7e7ecb420e97
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
prebuild: sed -i -e '/signingConfig /d' build.gradle
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.54.4
versionCode: 300007142
commit: ccedf31b96c380319bcdf9d7eb0f7e7ecb420e97
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
prebuild: sed -i -e '/signingConfig /d' build.gradle
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.54.4
versionCode: 300007143
commit: ccedf31b96c380319bcdf9d7eb0f7e7ecb420e97
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
prebuild: sed -i -e '/signingConfig /d' build.gradle
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.54.4
versionCode: 300007144
commit: ccedf31b96c380319bcdf9d7eb0f7e7ecb420e97
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
prebuild: sed -i -e '/signingConfig /d' build.gradle
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
@ -1877,5 +1977,5 @@ VercodeOperation:
- 10 * %c + 2
- 10 * %c + 3
- 10 * %c + 4
CurrentVersion: 1.54.3
CurrentVersionCode: 300007134
CurrentVersion: 1.54.4
CurrentVersionCode: 300007144