mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update OpenVPN for Android to 0.7.34 (189)
This commit is contained in:
parent
13596234dc
commit
c55f503dd9
1 changed files with 23 additions and 2 deletions
|
|
@ -636,11 +636,32 @@ Builds:
|
|||
=\ false/' build.gradle.kts
|
||||
ndk: r19c
|
||||
|
||||
- versionName: 0.7.34
|
||||
versionCode: 189
|
||||
commit: f62f890330a92bb895e68069bc8c340a307f1eae
|
||||
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.33
|
||||
CurrentVersionCode: 188
|
||||
CurrentVersion: 0.7.34
|
||||
CurrentVersionCode: 189
|
||||
|
|
|
|||
Loading…
Reference in a new issue