Tasks: fix 6.0.5 (531)
This commit is contained in:
parent
5bf6b89f73
commit
109bf5c4d9
|
@ -531,8 +531,10 @@ Build:5.3.6,508
|
|||
Build:6.0.5,531
|
||||
commit=6.0.5
|
||||
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..
|
||||
|
|
Loading…
Reference in a new issue