mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
fix RiseupVPN update to 1.2.0 (170000)
This commit is contained in:
parent
8aa7f998f9
commit
93012412de
1 changed files with 7 additions and 3 deletions
|
|
@ -287,14 +287,18 @@ Builds:
|
||||||
submodules: true
|
submodules: true
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y make gcc swig lib32stdc++6 lib32z1 autogen automake autopoint
|
- apt-get install -y make g++ swig lib32stdc++6 lib32z1 autogen automake autopoint
|
||||||
libtool pkg-config po4a
|
libtool pkg-config po4a openjdk-17-jdk-headless
|
||||||
|
- update-java-alternatives -a
|
||||||
gradle:
|
gradle:
|
||||||
- customProductionFat
|
- customProductionFat
|
||||||
rm:
|
rm:
|
||||||
- tor-android/external/openssl/fuzz
|
- tor-android/external/openssl/fuzz
|
||||||
- tor-android/external/openssl/boringssl/fuzz
|
- tor-android/external/openssl/boringssl/fuzz
|
||||||
prebuild: sed -i -e 's|./gradlew|gradle|' ../scripts/build_deps.sh
|
prebuild:
|
||||||
|
- sed -i -e 's|./gradlew|gradle|' ../scripts/build_deps.sh
|
||||||
|
- sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
|
||||||
|
=\ false/' ../ics-openvpn/main/build.gradle.kts
|
||||||
scandelete:
|
scandelete:
|
||||||
- bitmaskcore/obfsvpn/mobile/android/obfsvpn-sources.jar
|
- bitmaskcore/obfsvpn/mobile/android/obfsvpn-sources.jar
|
||||||
- bitmaskcore/obfsvpn/mobile/android/obfsvpn.aar
|
- bitmaskcore/obfsvpn/mobile/android/obfsvpn.aar
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue