Merge pull request #30 from Bubu/patch-1
Add google() repo to buildscript
This commit is contained in:
commit
7e927f03aa
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
buildscript {
|
||||
repositories {
|
||||
jcenter()
|
||||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.0.1'
|
||||
|
|
Loading…
Reference in a new issue