更新自动化获取版本号和版本名称2
This commit is contained in:
@@ -8,8 +8,8 @@ android {
|
||||
applicationId "cn.com.jlbank.ai"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode System.getenv("versionCode") ?: 1
|
||||
versionName System.getenv("versionName") ?: "1.0.0"
|
||||
versionCode System.getenv("versionCode")?.toInteger() ?: 1
|
||||
multiDexEnabled true
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
|
||||
Reference in New Issue
Block a user