mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
simplex - disable aum
This commit is contained in:
parent
03a90ea2d2
commit
f2abdf669e
1 changed files with 2 additions and 17 deletions
|
|
@ -10,24 +10,9 @@ RepoType: git
|
|||
Repo: https://github.com/simplex-chat/simplex-chat.git
|
||||
|
||||
Builds:
|
||||
- versionName: '3.1'
|
||||
versionCode: 48
|
||||
disable: fails to start
|
||||
commit: bf2b3855b791fdad5026fc875c753dc22bc3ea75
|
||||
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$$
|
||||
|
||||
- versionName: '3.2'
|
||||
versionCode: 49
|
||||
disable: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11545
|
||||
commit: 9f94c6f98a160a836151853d31d54c0034f08c22
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
|
|
@ -41,7 +26,7 @@ Builds:
|
|||
- export USER=vagrant
|
||||
- ./scripts/android/build-android.sh $$COMMIT$$
|
||||
|
||||
AutoUpdateMode: Version
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '3.2'
|
||||
CurrentVersionCode: 49
|
||||
|
|
|
|||
Loading…
Reference in a new issue