mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update chat.simplex.app to 4.4.2 (88)
This commit is contained in:
parent
ef0508649e
commit
79b9c23c0a
1 changed files with 20 additions and 2 deletions
|
|
@ -84,7 +84,25 @@ Builds:
|
||||||
- export USER=vagrant
|
- export USER=vagrant
|
||||||
- ./scripts/android/build-android.sh -s $$COMMIT$$
|
- ./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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v[\d.]+$
|
UpdateCheckMode: Tags ^v[\d.]+$
|
||||||
CurrentVersion: 4.4.1
|
CurrentVersion: 4.4.2
|
||||||
CurrentVersionCode: 87
|
CurrentVersionCode: 88
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue