Update OpenVPN for Android to 0.7.27 (181)

This commit is contained in:
F-Droid checkupdates bot 2021-10-08 04:38:51 +00:00
parent 24eda1fac6
commit 9fd1011e48

View file

@ -527,11 +527,32 @@ Builds:
=\ false/' build.gradle.kts
ndk: r19c
- versionName: 0.7.27
versionCode: 181
commit: f6c095af0a33437aafb0c3a2eb8bcccb93e1c36f
subdir: main
submodules: true
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- ui
rm:
- main/src/main/cpp/mbedtls/programs/fuzz
- main/src/main/cpp/mbedtls/tests
- main/src/main/cpp/openvpn3/test/unittests
- main/src/main/cpp/lz4/tmpsparse
- main/src/main/cpp/lz4/tmp
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
=\ false/' build.gradle.kts
ndk: r19c
MaintainerNotes: |-
Build instructions:
https://github.com/schwabe/ics-openvpn/blob/master/.travis.yml
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.7.26
CurrentVersionCode: 180
CurrentVersion: 0.7.27
CurrentVersionCode: 181