XiMengJianYu/build.gradle
2023-04-17 17:58:44 +08:00

35 lines
752 B
Groovy
Executable File

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
google()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
ext {
buildToolsVersion = '25.0.2'
compileSdkVersion = 25
minSdkVersion = 9
targetSdkVersion = 25
supportLibraryVersion = '25.3.1'
vCode= 14
vName= '1.1.3'
}