Skip to content

Commit

Permalink
bump to v1.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jan 21, 2020
1 parent 9ffdfb7 commit 951cc00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.35"
version = "1.0.36"

dependencies {
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
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.35'
implementation 'net.servicestack:android:1.0.36'
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.35"
version = "1.0.36"

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.35</version>
<version>1.0.36</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 951cc00

Please sign in to comment.