mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update chat.simplex.app to 4.5.3 (102)
This commit is contained in:
parent
1162c5b272
commit
c84e13d546
1 changed files with 20 additions and 2 deletions
|
|
@ -174,7 +174,25 @@ Builds:
|
|||
- export USER=vagrant
|
||||
- ./scripts/android/build-android.sh -s $$COMMIT$$
|
||||
|
||||
- versionName: 4.5.3
|
||||
versionCode: 102
|
||||
commit: 41c9c841390639ae68df30adb547a225ebb9e306
|
||||
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.5.2
|
||||
CurrentVersionCode: 100
|
||||
CurrentVersion: 4.5.3
|
||||
CurrentVersionCode: 102
|
||||
|
|
|
|||
Loading…
Reference in a new issue