Skip to content

Commit 0764701

Browse files
committed
- release ver 0.1.2
1 parent 49a118a commit 0764701

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

sdk/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)