JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_更新 simpleDemo 构建配置和清单文件

This commit is contained in:
田岩
2026-03-20 09:01:18 +08:00
parent 920fedcb24
commit fc924e03f8
2 changed files with 17 additions and 3 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ android {
applicationId "cn.com.jlbank.ai"
minSdkVersion 33
targetSdkVersion 33
versionName System.getenv("versionName") ?: "0.0.6"
versionCode System.getenv("versionCode")?.toInteger() ?: 230
versionName System.getenv("versionName") ?: "0.0.8"
versionCode System.getenv("versionCode")?.toInteger() ?: 231
multiDexEnabled true
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8