Skip to content

Commit e3e2687

Browse files
committed
Upgrading SDK version to 1.9.3
1 parent 011008b commit e3e2687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/build.gradle

Lines changed: 2 additions & 2 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.3-SNAPSHOT'
5+
version = '1.9.3'
66

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

1313
android {

0 commit comments

Comments
 (0)