JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修复安卓app端人数过多时候无法正确显示

This commit is contained in:
田岩
2025-12-26 18:26:58 +08:00
parent 0690962735
commit c174f4a5e8
25 changed files with 339 additions and 9 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ android {
applicationId "cn.com.jlbank.ai"
minSdkVersion 21
targetSdkVersion 33
versionName System.getenv("versionName") ?: "0.3.1"
versionCode System.getenv("versionCode")?.toInteger() ?: 229
versionName System.getenv("versionName") ?: "0.0.6"
versionCode System.getenv("versionCode")?.toInteger() ?: 230
multiDexEnabled true
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long