mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update chat.simplex.app to 4.4.3 (89)
This commit is contained in:
parent
888c9df984
commit
ccadd2ce77
1 changed files with 20 additions and 2 deletions
|
|
@ -84,7 +84,25 @@ Builds:
|
|||
- export USER=vagrant
|
||||
- ./scripts/android/build-android.sh -s $$COMMIT$$
|
||||
|
||||
- versionName: 4.4.3
|
||||
versionCode: 89
|
||||
commit: 9dad55ce8d7be5b2e2e32e13e818203e96add4bd
|
||||
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.2
|
||||
CurrentVersionCode: 88
|
||||
CurrentVersion: 4.4.3
|
||||
CurrentVersionCode: 89
|
||||
|
|
|
|||
Loading…
Reference in a new issue