mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 13:19:14 +00:00
SimpleX Chat: update app
This commit is contained in:
parent
63853ef812
commit
344ed6a69c
1 changed files with 19 additions and 0 deletions
|
|
@ -29,6 +29,25 @@ Builds:
|
|||
- export USER=vagrant
|
||||
- ./scripts/android/build-android.sh -s $$COMMIT$$
|
||||
|
||||
- versionName: 4.3.2
|
||||
versionCode: 78
|
||||
commit: bb4582109d119d4daf8081561b69504debdc573d
|
||||
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:
|
||||
- sed -i -e 's/extra-substituters/#extra-substituters/' -e 's/trusted-public-keys/#trusted-public-keys/'
|
||||
./scripts/android/build-android.sh
|
||||
- mv apps/android/gradle .
|
||||
build:
|
||||
- export USER=vagrant
|
||||
- ./scripts/android/build-android.sh -s $$COMMIT$$
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 4.3.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue