This commit is contained in:
2020-11-16 23:39:13 +08:00
parent 74928e6e49
commit 29f2f2f7ef
27 changed files with 32 additions and 24 deletions

View File

@@ -5,10 +5,10 @@ buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.android.tools.build:gradle:4.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -19,7 +19,6 @@ allprojects {
repositories {
google()
jcenter()
}
}