JKU App: fix 0.52.4 (140077)

master
relan 2019-12-29 10:48:09 +03:00
parent 88fb797a49
commit 261afa3527
1 changed files with 4 additions and 3 deletions

View File

@ -223,14 +223,15 @@ Builds:
- versionName: 0.52.4
versionCode: 140077
commit: v0.52.4
commit: v52.4
subdir: aNewJKUApp
gradle:
- fdroid
rm:
- tools
prebuild: sed -i -e '/applicationVariants/,+4d' -e 's|googleCompile|//googleCompile|g'
build.gradle
prebuild:
- sed -i -e '/maven {$/,/}/d; /com.google.gms/d; /io.fabric.tools/d' ../build.gradle
- sed -i -e '/applicationVariants/,+4d; /googleImplementation/d' build.gradle
MaintainerNotes: Disable AUM when build/sed proves to be to fragile.