mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update chat.simplex.app to 5.1.1 (124)
This commit is contained in:
parent
d527498d5f
commit
71e64d3f20
1 changed files with 44 additions and 2 deletions
|
|
@ -326,10 +326,52 @@ Builds:
|
|||
- export USER=vagrant
|
||||
- ./scripts/android/build-android.sh -s $$COMMIT$$
|
||||
|
||||
- versionName: 5.1.1
|
||||
versionCode: 123
|
||||
commit: de33fedea4bec8b368e8a138bcf137c0720e93b0
|
||||
timeout: 60000
|
||||
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-armv7.apk
|
||||
rm:
|
||||
- docs/themes/simplex-chat.sample.zip
|
||||
prebuild:
|
||||
- mv apps/android/gradle .
|
||||
- sed -i -e 's/versionCode .*/versionCode $$VERCODE$$/' apps/android/app/build.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$$
|
||||
|
||||
- versionName: 5.1.1
|
||||
versionCode: 124
|
||||
commit: de33fedea4bec8b368e8a138bcf137c0720e93b0
|
||||
timeout: 60000
|
||||
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-aarch64.apk
|
||||
rm:
|
||||
- docs/themes/simplex-chat.sample.zip
|
||||
prebuild:
|
||||
- mv apps/android/gradle .
|
||||
- sed -i -e 's/versionCode .*/versionCode $$VERCODE$$/' apps/android/app/build.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.]+$
|
||||
VercodeOperation:
|
||||
- '%c'
|
||||
- '%c+1'
|
||||
CurrentVersion: '5.1'
|
||||
CurrentVersionCode: 122
|
||||
CurrentVersion: 5.1.1
|
||||
CurrentVersionCode: 124
|
||||
|
|
|
|||
Loading…
Reference in a new issue