RiseupVPN: apply changes from the Bitmask recipe
Do not run cleanProject.sh: it reverts our changes.
This commit is contained in:
parent
04a37d2326
commit
2b99ac38b9
|
@ -28,12 +28,18 @@ Build:0.9.9,136
|
|||
submodules=yes
|
||||
gradle=customProduction
|
||||
rm=ics-openvpn/main/src/main/cpp/mbedtls/tests
|
||||
prebuild=sed -i -e 's|./gradlew|gradle|' ../build_deps.sh
|
||||
prebuild=sed -i -e "/^task updateSdkLicences/,/^}/d; /commandLine 'git'/d" build.gradle
|
||||
build=cd .. && \
|
||||
./cleanProject.sh && \
|
||||
echo '/opt/gradle/versions/4.6/bin/gradle "$@"' > ics-openvpn/gradlew && \
|
||||
chmod a+x ics-openvpn/gradlew && \
|
||||
./build_deps.sh
|
||||
ndk=r16b
|
||||
|
||||
Maintainer Notes:
|
||||
Use absolute path to the proper Gradle version in ics-openvpn/gradlew until
|
||||
fdroidserver@8e471ad8 is deployed.
|
||||
.
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags ^[0-9.]+$
|
||||
Current Version:0.9.9
|
||||
|
|
Loading…
Reference in a new issue