File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ android {
2525// archivesBaseName = "${applicationId.substring(4)}-v$versionCode($versionName)"
2626 minSdkVersion 21
2727 targetSdk 35
28- versionCode 10
29- versionName " 0.1.0 "
28+ versionCode 12
29+ versionName " 0.1.2 "
3030 vectorDrawables. useSupportLibrary = true
3131 }
3232 compileOptions {
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ android {
1919 defaultConfig {
2020 minSdkVersion 17
2121 targetSdk 35
22- buildConfigField " String" , " SENDSAY_VERSION_NAME" , ' "0.1.1 "'
23- buildConfigField " int" , " SENDSAY_VERSION_CODE" , " 11 "
22+ buildConfigField " String" , " SENDSAY_VERSION_NAME" , ' "0.1.2 "'
23+ buildConfigField " int" , " SENDSAY_VERSION_CODE" , " 12 "
2424 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2525 consumerProguardFiles ' proguard-rules.pro'
2626 testBuildType " unitTesting"
You can’t perform that action at this time.
0 commit comments