Skip to content

Commit 4a32e2d

Browse files
committed
Update client version to 1.9.2
1 parent a461221 commit 4a32e2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33

44
description = 'js-android-sdk-client'
5-
version = '1.9.1'
5+
version = '1.9.2'
66

77
ext {
88
PUBLISH_GROUP_ID = group
99
PUBLISH_ARTIFACT_ID = description
10-
PUBLISH_VERSION = '1.9.1'
10+
PUBLISH_VERSION = '1.9.2'
1111
}
1212

1313
android {
@@ -17,7 +17,7 @@ android {
1717
defaultConfig {
1818
minSdkVersion androidMinSdkVersion
1919
targetSdkVersion androidTargetSdkVersion
20-
versionCode 9010910
20+
versionCode 9010920
2121
versionName version
2222
}
2323

0 commit comments

Comments
 (0)