breaking: drop jcenter & update dependencies (#1251)

This commit is contained in:
エリス
2021-07-03 13:04:13 +09:00
committed by GitHub
parent 015db819ae
commit 47aa116b1d
9 changed files with 20 additions and 40 deletions
@@ -21,7 +21,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
// Switch the Android Gradle plugin version requirement depending on the
@@ -17,7 +17,6 @@
*/
ext.repos = {
mavenCentral()
google()
jcenter()
mavenCentral()
}
+1 -1
View File
@@ -18,5 +18,5 @@
ext.repos = {
google()
jcenter()
mavenCentral()
}