build.graddle addition of google
This commit is contained in:
parent
83dd0fbb3d
commit
c8f30e3589
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
buildscript {
|
||||
repositories {
|
||||
jcenter()
|
||||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.0.0'
|
||||
|
@ -23,6 +24,7 @@ allprojects {
|
|||
maven {
|
||||
url 'http://www.idescout.com/maven/repo/'
|
||||
}
|
||||
google()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue