Counter: fix 18 (18)
Gradle 3.3 does not understand "repositories { google() }" syntax.
This commit is contained in:
parent
8c450e5407
commit
32655bc0b0
|
@ -36,8 +36,7 @@ Build:17,17
|
|||
Build:18,18
|
||||
commit=v18
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/classpath/s/2.2.2/2.1.3/' build.gradle && \
|
||||
echo -e "android { lintOptions { disable 'MissingTranslation' } }" >> build.gradle
|
||||
prebuild=sed -i -e 's|google()|maven { url "https://maven.google.com" }|' build.gradle
|
||||
|
||||
Auto Update Mode:Version v%c
|
||||
Update Check Mode:Tags
|
||||
|
|
Loading…
Reference in a new issue