mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 11:36:37 +00:00
chat.simplex.app: update to 4.4
This commit is contained in:
parent
9dc57e4247
commit
1387ef401e
1 changed files with 20 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue