JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修改安卓工程的权限列表,适配安卓13+

This commit is contained in:
田岩
2026-03-19 19:50:46 +08:00
parent 906637476b
commit 461080e6e5
4 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ android {
namespace 'cn.com.jlbank.ai'
defaultConfig {
applicationId "cn.com.jlbank.ai"
minSdkVersion 22
minSdkVersion 33
targetSdkVersion 33
versionName System.getenv("versionName") ?: "0.0.6"
versionCode System.getenv("versionCode")?.toInteger() ?: 230