JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修改安卓第一次音频授权逻辑

This commit is contained in:
田岩
2026-03-23 10:42:47 +08:00
parent e341ebad41
commit c2e9b6c706
5 changed files with 8 additions and 7 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.8"
versionCode System.getenv("versionCode")?.toInteger() ?: 231
versionName System.getenv("versionName") ?: "1.0.0"
versionCode System.getenv("versionCode")?.toInteger() ?: 281
multiDexEnabled true
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8