Skip to content

Commit 6eeee73

Browse files
committed
version -> 0.1.2
1 parent 2340142 commit 6eeee73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pluto-kotlin-client-sdk/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
defaultConfig {
1111
minSdkVersion 16
1212
targetSdkVersion 29
13-
versionCode 2
14-
versionName "0.1.1"
13+
versionCode 3
14+
versionName "0.1.2"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
consumerProguardFiles 'consumer-rules.pro'
@@ -36,7 +36,7 @@ publishing {
3636
gpr(MavenPublication) {
3737
groupId "org.mushare"
3838
artifactId "pluto-kotlin-client-sdk"
39-
version "0.1.1"
39+
version "0.1.2"
4040
artifact sourceJar
4141
artifact "$buildDir/outputs/aar/pluto-kotlin-client-sdk-release.aar"
4242

0 commit comments

Comments
 (0)