mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Update chat.simplex.app to 3.2 (49)
This commit is contained in:
parent
1d790bfde1
commit
7af6998f8c
1 changed files with 17 additions and 2 deletions
|
|
@ -26,7 +26,22 @@ Builds:
|
|||
- export USER=vagrant
|
||||
- ./scripts/android/build-android.sh $$COMMIT$$
|
||||
|
||||
- versionName: '3.2'
|
||||
versionCode: 49
|
||||
commit: 9f94c6f98a160a836151853d31d54c0034f08c22
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
- mkdir -m 0755 /nix
|
||||
- chown vagrant /nix
|
||||
- chown -R vagrant /tmp
|
||||
output: ./simplex-chat.apk
|
||||
build:
|
||||
- export USER=vagrant
|
||||
- ./scripts/android/build-android.sh $$COMMIT$$
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '3.1'
|
||||
CurrentVersionCode: 48
|
||||
CurrentVersion: '3.2'
|
||||
CurrentVersionCode: 49
|
||||
|
|
|
|||
Loading…
Reference in a new issue