File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ android {
2020 def dataFormat = format. format(new Date ())
2121 dataFormat+ = " 01" // 01是当天得第几版。默认是第一版
2222 versionCode Integer . parseInt(project. hasProperty(' JENKINS_BUILD_VERSION_CODE' )? JENKINS_BUILD_VERSION_CODE : dataFormat)
23- versionName project. hasProperty(' JENKINS_BUILD_VERSION_NAME' ) ? JENKINS_BUILD_VERSION_NAME : " 1.8.1 "
23+ versionName project. hasProperty(' JENKINS_BUILD_VERSION_NAME' ) ? JENKINS_BUILD_VERSION_NAME : " 1.10.3 "
2424
2525 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2626 externalNativeBuild {
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ plugins {
44 id ' com.android.library'
55}
66
7- def libVersionCode = 2023111601
8- def libVersionName = " 1.8.1 "
7+ def libVersionCode = 2024111101
8+ def libVersionName = " 1.10.3 "
99println (" libVersionCode: ${ libVersionCode} , libVersionName: ${ libVersionName} " )
1010
1111android {
You can’t perform that action at this time.
0 commit comments