Tasks: fix 6.1.3 (539)
This commit is contained in:
parent
2b67f45a38
commit
d2d8e98523
|
@ -566,7 +566,7 @@ Build:6.1.3,539
|
||||||
submodules=yes
|
submodules=yes
|
||||||
gradle=generic
|
gradle=generic
|
||||||
prebuild=sed -i -e '/maven {/,/}/d' -e '/com.google.gms/d' -e '/io.fabric.tools/d' ../build.gradle && \
|
prebuild=sed -i -e '/maven {/,/}/d' -e '/com.google.gms/d' -e '/io.fabric.tools/d' ../build.gradle && \
|
||||||
sed -i -e '/io.fabric/d' -e '/googleplayImplementation/d' -e '/amazonImplementation/d' -e '/com.google.gms/d' build.gradle
|
sed -i -e '/io.fabric/d' -e '/googleplayImplementation(.*) {/,/}/d; /googleplayImplementation/d' -e '/amazonImplementation/d' -e '/com.google.gms/d' build.gradle
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Upstream releases multiple version with changed vercode. Looks like repushing tags..
|
Upstream releases multiple version with changed vercode. Looks like repushing tags..
|
||||||
|
|
Loading…
Reference in a new issue