Skip to content

Commit d68aee6

Browse files
committed
bump version to 1.0.32
1 parent 64c6d5c commit d68aee6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AndroidClient/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

5-
version = "1.0.31"
5+
version = "1.0.32"
66

77
dependencies {
88
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.0'

src/AndroidClient/client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'java'
33
apply plugin: 'idea'
44
apply plugin: 'maven'
55

6-
version = "1.0.31"
6+
version = "1.0.32"
77

88
dependencies {
99
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.0'

0 commit comments

Comments
 (0)