JKU App: fix 0.52.4 (140077)
This commit is contained in:
parent
88fb797a49
commit
261afa3527
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue