Merge pull request #15605 from volzhs/fix-android-build-27

Fix Android build error
This commit is contained in:
volzhs 2018-01-12 04:25:47 +09:00 committed by GitHub
commit b63384a9f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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