Add jcenter for kotlin
This commit is contained in:
parent
7db5fb87b3
commit
b90b29f5eb
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ buildscript {
|
|||
url 'https://maven.google.com'
|
||||
}
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
//classpath 'com.android.tools.build:gradle:2.+'
|
||||
|
@ -23,5 +24,6 @@ allprojects {
|
|||
maven {
|
||||
url "https://maven.google.com"
|
||||
}
|
||||
jcenter()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue