This repository was archived by the owner on Sep 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android {
1010 applicationId " de.dlyt.yanndroid.oneuiexample"
1111 minSdkVersion 21
1212 targetSdkVersion 30
13- versionCode = VERSION_CODE
13+ versionCode = VERSION_CODE . toInteger()
1414 versionName = VERSION_NAME
1515
1616 vectorDrawables. useSupportLibrary = true
Original file line number Diff line number Diff line change 1111 "type" : " SINGLE" ,
1212 "filters" : [],
1313 "attributes" : [],
14- "versionCode" : 57 ,
15- "versionName" : " 2.3 .0" ,
14+ "versionCode" : 10 ,
15+ "versionName" : " 2.4 .0" ,
1616 "outputFile" : " app-release.apk"
1717 }
1818 ],
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
22android.useAndroidX =true
33android.enableJetifier =true
44# version
5- VERSION_NAME =2.3 .0
6- VERSION_CODE =9
5+ VERSION_NAME =2.4 .0
6+ VERSION_CODE =10
77# mavenCentral
88GROUP_ID =io.github.yanndroid
99ARTIFACT_ID =oneui
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ android {
6969 defaultConfig {
7070 minSdkVersion 21
7171 targetSdkVersion 30
72- versionCode = VERSION_CODE
72+ versionCode = VERSION_CODE . toInteger()
7373 versionName = VERSION_NAME
7474
7575 vectorDrawables. useSupportLibrary = true
You can’t perform that action at this time.
0 commit comments