mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-06 10:46:25 +00:00
Vaporizer Control Crafty: Strip play-services
This commit is contained in:
parent
514a950d43
commit
da8828ab27
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ Build:1.1,11
|
|||
commit=1.1
|
||||
subdir=mobile
|
||||
gradle=yes
|
||||
prebuild=sed -i '/android-sdk-manager/d' build.gradle
|
||||
rm=wear
|
||||
prebuild=sed -i -e '/android-sdk-manager/d' -e '/play-services/d' build.gradle && echo "include ':mobile'" > ../settings.gradle
|
||||
|
||||
|
||||
Auto Update Mode:None
|
||||
|
|
|
|||
Loading…
Reference in a new issue