更新编译版本为 甲方提供的版本

This commit is contained in:
xsl
2025-11-08 20:10:49 +08:00
parent 0c7455650d
commit 9f29667b73
7 changed files with 17 additions and 10 deletions
+3 -3
View File
@@ -7,7 +7,7 @@ android {
compileSdk 36
defaultConfig {
applicationId "com.hmwl.f20251107"
applicationId "com.hmwl.f20251110"
minSdk 30
targetSdk 36
versionCode 1
@@ -23,8 +23,8 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
}