Skip to content

Commit

Permalink
bump to v1.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Oct 18, 2018
1 parent bcd7f4e commit 86e98f8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified src/AndroidClient/.idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion src/AndroidClient/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion src/AndroidClient/androidchat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/AndroidClient/client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion src/AndroidClient/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.servicestack</groupId>
<artifactId>client</artifactId>
<version>1.0.34</version>
<version>1.0.35</version>
<name>ServiceStack.Client</name>
<description>A client library to call your ServiceStack webservices.</description>
<url>https://github.com/ServiceStack/ServiceStack.Java</url>
Expand Down

0 comments on commit 86e98f8

Please sign in to comment.