JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修改积分商城空数据提示
This commit is contained in:
@@ -6,10 +6,10 @@ android {
|
||||
namespace 'cn.com.jlbank.ai'
|
||||
defaultConfig {
|
||||
applicationId "cn.com.jlbank.ai"
|
||||
minSdkVersion 33
|
||||
minSdkVersion 29
|
||||
targetSdkVersion 33
|
||||
versionName System.getenv("versionName") ?: "1.0.0"
|
||||
versionCode System.getenv("versionCode")?.toInteger() ?: 281
|
||||
versionName System.getenv("versionName") ?: "1.0.3"
|
||||
versionCode System.getenv("versionCode")?.toInteger() ?: 285
|
||||
multiDexEnabled true
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
|
||||
@@ -8,7 +8,7 @@ android {
|
||||
compileSdk 35
|
||||
|
||||
defaultConfig {
|
||||
minSdk 33
|
||||
minSdk 29
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
consumerProguardFiles "consumer-rules.pro"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ android {
|
||||
compileSdk 35
|
||||
|
||||
defaultConfig {
|
||||
minSdk 33
|
||||
minSdk 29
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
consumerProguardFiles "consumer-rules.pro"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user