JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修复兼容性问题

This commit is contained in:
田岩
2025-12-24 17:34:39 +08:00
parent af5946fc70
commit f6bce46d39
53 changed files with 411 additions and 195 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ android {
applicationId "cn.com.jlbank.ai"
minSdkVersion 21
targetSdkVersion 33
versionName System.getenv("versionName") ?: "1.0.0"
versionCode System.getenv("versionCode")?.toInteger() ?: 1
versionName System.getenv("versionName") ?: "0.0.4"
versionCode System.getenv("versionCode")?.toInteger() ?: 4
multiDexEnabled true
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8