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

View File

@@ -3,7 +3,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
@@ -16,7 +16,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}