所有项目统一版本管理

This commit is contained in:
xuhuixiang
2025-03-18 15:14:28 +08:00
parent 54c6ee78cb
commit a2d31a94fd
55 changed files with 217 additions and 113 deletions

View File

@@ -6,13 +6,12 @@ plugins {
android {
compileSdkVersion 31
defaultConfig {
applicationId "com.web.kelab9"
minSdkVersion 24
targetSdkVersion 31
versionCode 106
versionName "v1.0.6"
versionCode rootProject.ext.versionCode
versionName rootProject.ext.versionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -73,8 +72,6 @@ android {
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}