We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2340142 commit 6eeee73Copy full SHA for 6eeee73
pluto-kotlin-client-sdk/build.gradle
@@ -10,8 +10,8 @@ android {
10
defaultConfig {
11
minSdkVersion 16
12
targetSdkVersion 29
13
- versionCode 2
14
- versionName "0.1.1"
+ versionCode 3
+ versionName "0.1.2"
15
16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17
consumerProguardFiles 'consumer-rules.pro'
@@ -36,7 +36,7 @@ publishing {
36
gpr(MavenPublication) {
37
groupId "org.mushare"
38
artifactId "pluto-kotlin-client-sdk"
39
- version "0.1.1"
+ version "0.1.2"
40
artifact sourceJar
41
artifact "$buildDir/outputs/aar/pluto-kotlin-client-sdk-release.aar"
42
0 commit comments