mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
misc fixes
This commit is contained in:
parent
08853f00ec
commit
d7279decc6
3 changed files with 8 additions and 2 deletions
|
|
@ -56,6 +56,10 @@ Builds:
|
|||
versionCode: 31
|
||||
commit: e76de8a47d111add1a1cb2d2b6acc0f763d595f3
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
|
|
|
|||
|
|
@ -352,7 +352,7 @@ Builds:
|
|||
ndk: r20b
|
||||
|
||||
- versionName: 1.1.2
|
||||
versionCode: 160
|
||||
versionCode: 160000
|
||||
commit: 4f23849b79ec0801672ff593a15907a6b1505940
|
||||
subdir: app
|
||||
submodules: true
|
||||
|
|
@ -378,5 +378,6 @@ MaintainerNotes: The "build" commands are extracted from build_deps.sh.
|
|||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags ^[0-9.]+$
|
||||
VercodeOperation: 1000*%c
|
||||
CurrentVersion: 1.1.2
|
||||
CurrentVersionCode: 160
|
||||
|
|
|
|||
|
|
@ -186,7 +186,7 @@ Builds:
|
|||
ndk: r20b
|
||||
|
||||
- versionName: 1.1.2
|
||||
versionCode: 160
|
||||
versionCode: 160000
|
||||
commit: 4f23849b79ec0801672ff593a15907a6b1505940
|
||||
subdir: app
|
||||
submodules: true
|
||||
|
|
@ -213,5 +213,6 @@ MaintainerNotes: The "build" commands are extracted from build_deps.sh.
|
|||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^[0-9.]+$
|
||||
UpdateCheckName: se.leap.bitmaskclient
|
||||
VercodeOperation: 1000*%c
|
||||
CurrentVersion: 1.1.2
|
||||
CurrentVersionCode: 160
|
||||
|
|
|
|||
Loading…
Reference in a new issue