mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
ooniprobe - fix recipe
This commit is contained in:
parent
5d4490a5d9
commit
eb81cc6695
1 changed files with 3 additions and 1 deletions
|
|
@ -573,8 +573,10 @@ Builds:
|
|||
subdir: app
|
||||
gradle:
|
||||
- stableFdroid
|
||||
prebuild: sed -i -e '/fabric/d' -e 's/22.0.7026061/22.1.7171670/' -e '/com.google.gms/d'
|
||||
prebuild:
|
||||
- sed -i -e '/fabric/d' -e 's/22.0.7026061/22.1.7171670/' -e '/com.google.gms/d'
|
||||
../build.gradle build.gradle
|
||||
- sed -i -e "/android {/alintOptions { disable 'ExtraTranslation' }" build.gradle
|
||||
ndk: r22b
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
|
|
|
|||
Loading…
Reference in a new issue