小米便签

main
ppcz4g7s3 1 year ago
parent c1032211af
commit e9599c6e13

@ -0,0 +1,21 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
}
}
ext {
defaultTargetSdkVersion = 21
}
allprojects {
repositories {
google()
jcenter()
}
}
Loading…
Cancel
Save