Use gradle built-in shorthand notations for jcenter and google
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
jcenter {
|
||||
url "http://jcenter.bintray.com/"
|
||||
}
|
||||
maven {
|
||||
url "https://maven.google.com/"
|
||||
}
|
||||
jcenter()
|
||||
google()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user