chat.simplex.app: update to 4.4

This commit is contained in:
shum 2023-01-03 02:46:00 +00:00 committed by linsui
parent 9dc57e4247
commit 1387ef401e

View file

@ -48,7 +48,25 @@ Builds:
- export USER=vagrant
- ./scripts/android/build-android.sh -s $$COMMIT$$
AutoUpdateMode: None
UpdateCheckMode: Tags
- versionName: 4.4
versionCode: 84
commit: 15884c01698987a7841a970c7e335ff260c485fd
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'
CurrentVersionCode: 84