We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a461221 commit 4a32e2dCopy full SHA for 4a32e2d
client/build.gradle
@@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
2
apply plugin: 'com.github.dcendents.android-maven'
3
4
description = 'js-android-sdk-client'
5
-version = '1.9.1'
+version = '1.9.2'
6
7
ext {
8
PUBLISH_GROUP_ID = group
9
PUBLISH_ARTIFACT_ID = description
10
- PUBLISH_VERSION = '1.9.1'
+ PUBLISH_VERSION = '1.9.2'
11
}
12
13
android {
@@ -17,7 +17,7 @@ android {
17
defaultConfig {
18
minSdkVersion androidMinSdkVersion
19
targetSdkVersion androidTargetSdkVersion
20
- versionCode 9010910
+ versionCode 9010920
21
versionName version
22
23
0 commit comments