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 c5b361f commit 9c8bff0Copy full SHA for 9c8bff0
pluto-kotlin-client-sdk/build.gradle
@@ -10,8 +10,8 @@ android {
10
defaultConfig {
11
minSdkVersion 16
12
targetSdkVersion 29
13
- versionCode 4
14
- versionName "0.1.3"
+ versionCode 5
+ versionName "0.1.4"
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.3"
+ version "0.1.4"
40
artifact sourceJar
41
artifact "$buildDir/outputs/aar/pluto-kotlin-client-sdk-release.aar"
42
0 commit comments