Tasks: fix 6.0.6 (532)

This commit is contained in:
relan 2018-05-05 08:45:33 +03:00
parent ecde446b3e
commit 8d3a45b44c

View file

@ -539,8 +539,10 @@ Build:6.0.5,531
Build:6.0.6,532
commit=6.0.6
subdir=app
submodules=yes
gradle=generic
prebuild=sed -i -e '/googleplayCompile/d' -e '/amazonCompile/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
Maintainer Notes:
Upstream releases multiple version with changed vercode. Looks like repushing tags..