修改示例模板的编译配置文件,设置版本号模板。

This commit is contained in:
2026-05-13 20:21:55 +08:00
parent 8b47043053
commit 3c9a6ec884
3 changed files with 21 additions and 83 deletions

View File

@@ -9,15 +9,14 @@ android {
buildToolsVersion "30.0.3"
defaultConfig {
minSdkVersion 21
minSdkVersion 26
targetSdkVersion 30
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
}
dependencies {