mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
ooniprobe - java17
This commit is contained in:
parent
2d8707f22d
commit
86f7b70c27
1 changed files with 6 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ Description: |-
|
|||
<a href="https://ooni.torproject.org/about/risks">here</a>
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/ooni/probe-android
|
||||
Repo: https://github.com/ooni/probe-android.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.3
|
||||
|
|
@ -655,11 +655,15 @@ Builds:
|
|||
versionCode: 107
|
||||
commit: 98b7ab3bd2101f00543e9a654611eae2a740a4dc
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- stableFdroid
|
||||
prebuild:
|
||||
- sed -i -e '/fabric/d' -e 's/22.0.7026061/22.1.7171670/' -e '/com.google.gms/d'
|
||||
../build.gradle build.gradle
|
||||
-e '/gms.googleServices/d' ../build.gradle build.gradle
|
||||
- sed -i -e "/android {/alintOptions { disable 'ExtraTranslation' }" build.gradle
|
||||
ndk: r22b
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue