更新demo工程AGP插件版本

This commit is contained in:
Kuloud
2023-12-26 11:56:49 +08:00
parent 3172244d39
commit d95560df79
9 changed files with 30 additions and 20 deletions

View File

@ -1,18 +1,18 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.android.tools.build:gradle:7.4.2'
}
}
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}