diff --git a/src/AndroidClient/.idea/caches/build_file_checksums.ser b/src/AndroidClient/.idea/caches/build_file_checksums.ser index 9c9896ed..30014186 100644 Binary files a/src/AndroidClient/.idea/caches/build_file_checksums.ser and b/src/AndroidClient/.idea/caches/build_file_checksums.ser differ diff --git a/src/AndroidClient/android/build.gradle b/src/AndroidClient/android/build.gradle index df149ca0..d4cbd8b8 100644 --- a/src/AndroidClient/android/build.gradle +++ b/src/AndroidClient/android/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.bintray' -version = "1.0.34" +version = "1.0.35" dependencies { implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.2' diff --git a/src/AndroidClient/androidchat/build.gradle b/src/AndroidClient/androidchat/build.gradle index 58485f4d..225c4aaf 100644 --- a/src/AndroidClient/androidchat/build.gradle +++ b/src/AndroidClient/androidchat/build.gradle @@ -52,7 +52,7 @@ dependencies { implementation project(':android') implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.android.support:design:28.0.0' - implementation 'net.servicestack:android:1.0.32' + implementation 'net.servicestack:android:1.0.34' implementation 'com.facebook.android:facebook-android-sdk:4.31.0' implementation('com.twitter.sdk.android:twitter:2.3.1@aar') { transitive = true; diff --git a/src/AndroidClient/client/build.gradle b/src/AndroidClient/client/build.gradle index 2e563ec1..1403663f 100644 --- a/src/AndroidClient/client/build.gradle +++ b/src/AndroidClient/client/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'java' apply plugin: 'idea' apply plugin: 'maven' -version = "1.0.34" +version = "1.0.35" dependencies { implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.2' diff --git a/src/AndroidClient/client/pom.xml b/src/AndroidClient/client/pom.xml index 508c0472..49be2c97 100644 --- a/src/AndroidClient/client/pom.xml +++ b/src/AndroidClient/client/pom.xml @@ -4,7 +4,7 @@ 4.0.0 net.servicestack client - 1.0.34 + 1.0.35 ServiceStack.Client A client library to call your ServiceStack webservices. https://github.com/ServiceStack/ServiceStack.Java