Fix Android build error

Fix #15603
Fix #15513
This commit is contained in:
volzhs 2018-01-12 04:24:11 +09:00
parent c037f6339f
commit dfdc8c2d9a

View file

@ -15,6 +15,7 @@ allprojects {
repositories { repositories {
jcenter() jcenter()
mavenCentral() mavenCentral()
google()
$$GRADLE_REPOSITORY_URLS$$ $$GRADLE_REPOSITORY_URLS$$
} }
} }