Update chat.simplex.app to 4.4.2 (88)

This commit is contained in:
F-Droid checkupdates bot 2023-01-13 04:13:01 +00:00
parent ef0508649e
commit 79b9c23c0a

View file

@ -84,7 +84,25 @@ Builds:
- export USER=vagrant
- ./scripts/android/build-android.sh -s $$COMMIT$$
- versionName: 4.4.2
versionCode: 88
commit: e73f5c40cf3bbbdd0715d3106962c24e455cb673
timeout: 30000
sudo:
- apt-get update
- apt-get install -y xz-utils zipalign
- mkdir -m 0755 /nix
- chown vagrant /nix
- chown -R vagrant /tmp
output: ./simplex-chat.apk
prebuild:
- mv apps/android/gradle .
- sed -i -e '/android {/a lint {abortOnError false}' apps/android/app/build.gradle
build:
- export USER=vagrant
- ./scripts/android/build-android.sh -s $$COMMIT$$
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[\d.]+$
CurrentVersion: 4.4.1
CurrentVersionCode: 87
CurrentVersion: 4.4.2
CurrentVersionCode: 88