Fix building on AS 3.1

...else `Gradle sync failed: Could not find any version that matches com.android.tools.build:gradle:3.0.+`
This commit is contained in:
Licaon_Kter 2018-03-26 22:59:11 +00:00 committed by GitHub
parent 62753cd5e4
commit f3adfcce94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
buildscript {
repositories {
google()
jcenter()
}
dependencies {