mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
wikipedia - update recipe
This commit is contained in:
parent
80f546557a
commit
702f57f5ea
1 changed files with 4 additions and 1 deletions
|
|
@ -643,7 +643,10 @@ Builds:
|
|||
gradle:
|
||||
- fdroid
|
||||
forceversion: true
|
||||
prebuild: echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
||||
prebuild:
|
||||
- echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
||||
- sed -i -e '/libs.google.services/d' -e '/com.google.gms.google-services/d'
|
||||
build.gradle ../build.gradle
|
||||
|
||||
MaintainerNotes: |-
|
||||
* whitelist app/build.gradle for microsoft appcenter SDK. It's actually open source but might
|
||||
|
|
|
|||
Loading…
Reference in a new issue