Use gradle built-in shorthand notations for jcenter and google

This commit is contained in:
mc0239
2020-01-21 11:46:00 +01:00
committed by Joshua Granick
parent d7bd820238
commit 1fcc76ee12
3 changed files with 10 additions and 27 deletions

View File

@@ -1,11 +1,7 @@
buildscript {
repositories {
jcenter {
url "http://jcenter.bintray.com/"
}
maven {
url 'https://maven.google.com/'
}
jcenter()
google()
}
dependencies {