Update OpenVPN for Android to 0.7.42 (197)

This commit is contained in:
F-Droid checkupdates bot 2022-11-02 11:08:38 +00:00
parent 9ef67003d8
commit 4817958f88

View file

@ -762,11 +762,32 @@ Builds:
=\ false/' build.gradle.kts
ndk: r25b
- versionName: 0.7.42
versionCode: 197
commit: 10f15bcb601aa200a9162ea984b7030cfb6ed1e4
subdir: main
submodules: true
sudo:
- 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: r25b
MaintainerNotes: |-
Build instructions:
https://github.com/schwabe/ics-openvpn/blob/master/.travis.yml
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.7.41
CurrentVersionCode: 196
CurrentVersion: 0.7.42
CurrentVersionCode: 197