JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修改录音组件自动提交时间

This commit is contained in:
田岩
2026-03-24 16:50:57 +08:00
parent b31dd8ef99
commit df159a0eb0
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ android {
applicationId "cn.com.jlbank.ai"
minSdkVersion 29
targetSdkVersion 33
versionName System.getenv("versionName") ?: "1.0.4"
versionCode System.getenv("versionCode")?.toInteger() ?: 286
versionName System.getenv("versionName") ?: "1.0.6"
versionCode System.getenv("versionCode")?.toInteger() ?: 288
multiDexEnabled true
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8