Add jcenter for kotlin

This commit is contained in:
Victor Shcherb 2018-06-05 22:17:39 +02:00
parent 7db5fb87b3
commit b90b29f5eb

View file

@ -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()
}
}