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 64c6d5c commit d68aee6Copy full SHA for d68aee6
src/AndroidClient/android/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
apply plugin: 'com.github.dcendents.android-maven'
3
apply plugin: 'com.jfrog.bintray'
4
5
-version = "1.0.31"
+version = "1.0.32"
6
7
dependencies {
8
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.0'
src/AndroidClient/client/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'maven'
9
0 commit comments