Merge pull request #30 from Bubu/patch-1

Add google() repo to buildscript
master
y20k 2018-01-26 10:10:08 +01:00 committed by GitHub
commit 7e927f03aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'