mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +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
|
versionCode: 31
|
||||||
commit: e76de8a47d111add1a1cb2d2b6acc0f763d595f3
|
commit: e76de8a47d111add1a1cb2d2b6acc0f763d595f3
|
||||||
subdir: app
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -352,7 +352,7 @@ Builds:
|
||||||
ndk: r20b
|
ndk: r20b
|
||||||
|
|
||||||
- versionName: 1.1.2
|
- versionName: 1.1.2
|
||||||
versionCode: 160
|
versionCode: 160000
|
||||||
commit: 4f23849b79ec0801672ff593a15907a6b1505940
|
commit: 4f23849b79ec0801672ff593a15907a6b1505940
|
||||||
subdir: app
|
subdir: app
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
@ -378,5 +378,6 @@ MaintainerNotes: The "build" commands are extracted from build_deps.sh.
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags ^[0-9.]+$
|
UpdateCheckMode: Tags ^[0-9.]+$
|
||||||
|
VercodeOperation: 1000*%c
|
||||||
CurrentVersion: 1.1.2
|
CurrentVersion: 1.1.2
|
||||||
CurrentVersionCode: 160
|
CurrentVersionCode: 160
|
||||||
|
|
|
||||||
|
|
@ -186,7 +186,7 @@ Builds:
|
||||||
ndk: r20b
|
ndk: r20b
|
||||||
|
|
||||||
- versionName: 1.1.2
|
- versionName: 1.1.2
|
||||||
versionCode: 160
|
versionCode: 160000
|
||||||
commit: 4f23849b79ec0801672ff593a15907a6b1505940
|
commit: 4f23849b79ec0801672ff593a15907a6b1505940
|
||||||
subdir: app
|
subdir: app
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
@ -213,5 +213,6 @@ MaintainerNotes: The "build" commands are extracted from build_deps.sh.
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^[0-9.]+$
|
UpdateCheckMode: Tags ^[0-9.]+$
|
||||||
UpdateCheckName: se.leap.bitmaskclient
|
UpdateCheckName: se.leap.bitmaskclient
|
||||||
|
VercodeOperation: 1000*%c
|
||||||
CurrentVersion: 1.1.2
|
CurrentVersion: 1.1.2
|
||||||
CurrentVersionCode: 160
|
CurrentVersionCode: 160
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue