Merge branch 'feature/se.leap.riseupvpn' into 'master'
update app: se.leap.riseupvpn (0.9.10) See merge request fdroid/fdroiddata!4732
This commit is contained in:
commit
61b68ca339
|
@ -40,11 +40,28 @@ Builds:
|
|||
- ./build_deps.sh
|
||||
ndk: r16b
|
||||
|
||||
- versionName: 0.9.10
|
||||
versionCode: 137
|
||||
commit: 0.9.10
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- customProduction
|
||||
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: |-
|
||||
Use absolute path to the proper Gradle version in ics-openvpn/gradlew until
|
||||
fdroidserver@8e471ad8 is deployed.
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags ^[0-9.]+$
|
||||
CurrentVersion: 0.9.9
|
||||
CurrentVersionCode: 136
|
||||
CurrentVersion: 0.9.10
|
||||
CurrentVersionCode: 137
|
||||
|
|
Loading…
Reference in a new issue