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 f10fa97 commit 8f797e9Copy full SHA for 8f797e9
build.gradle
@@ -20,7 +20,6 @@ allprojects {
20
repositories {
21
google()
22
jcenter()
23
-
24
}
25
26
pluto-kotlin-client-sdk/build.gradle
@@ -4,8 +4,8 @@ apply plugin: 'kotlin-android-extensions'
4
apply plugin: 'maven-publish'
5
6
buildscript {
7
- ext.versionCode = 10
8
- ext.versionName = '0.1.9'
+ ext.versionCode = 11
+ ext.versionName = '0.2'
9
10
11
android {
0 commit comments