Update chat.simplex.app to 3.2 (49)

This commit is contained in:
F-Droid checkupdates bot 2022-08-21 04:40:16 +00:00
parent 1d790bfde1
commit 7af6998f8c

View file

@ -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