date:2021-10-08 20:52:24

This commit is contained in:
2021-10-08 20:52:31 +08:00
parent 2884e4924e
commit 35a4881e96
2 changed files with 52 additions and 12 deletions

View File

@@ -4,6 +4,9 @@ buildscript {
repositories {
google()
jcenter()
maven {
url "https://jitpack.io"
}
}
dependencies {
classpath "com.android.tools.build:gradle:3.6.4"
@@ -18,6 +21,9 @@ allprojects {
repositories {
google()
jcenter()
maven {
url "https://jitpack.io"
}
}
}