Update Bitmask to 0.9.10 (137)
This commit is contained in:
parent
0b62020be3
commit
4d96607276
|
@ -70,11 +70,28 @@ Builds:
|
||||||
- ./build_deps.sh
|
- ./build_deps.sh
|
||||||
ndk: r16b
|
ndk: r16b
|
||||||
|
|
||||||
|
- versionName: 0.9.10
|
||||||
|
versionCode: 137
|
||||||
|
commit: 0.9.10
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- normalProduction
|
||||||
|
rm:
|
||||||
|
- ics-openvpn/main/src/main/cpp/mbedtls/tests
|
||||||
|
prebuild: sed -i -e "/^task updateSdkLicences/,/^}/d; /commandLine 'git'/d" build.gradle
|
||||||
|
build:
|
||||||
|
- cd ..
|
||||||
|
- echo '/opt/gradle/versions/4.6/bin/gradle "$@"' > ics-openvpn/gradlew
|
||||||
|
- chmod a+x ics-openvpn/gradlew
|
||||||
|
- ./build_deps.sh
|
||||||
|
ndk: r16b
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
Use absolute path to the proper Gradle version in ics-openvpn/gradlew until
|
Use absolute path to the proper Gradle version in ics-openvpn/gradlew until
|
||||||
fdroidserver@8e471ad8 is deployed.
|
fdroidserver@8e471ad8 is deployed.
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags ^[0-9.]+$
|
UpdateCheckMode: Tags ^[0-9.]+$
|
||||||
CurrentVersion: 0.9.9
|
CurrentVersion: 0.9.10
|
||||||
CurrentVersionCode: 136
|
CurrentVersionCode: 137
|
||||||
|
|
Loading…
Reference in a new issue