Skip to content

Commit 86e98f8

Browse files
committed
bump to v1.0.35
1 parent bcd7f4e commit 86e98f8

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
Binary file not shown.

src/AndroidClient/android/build.gradle

+1-1
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.34"
5+
version = "1.0.35"
66

77
dependencies {
88
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.2'

src/AndroidClient/androidchat/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
implementation project(':android')
5353
implementation 'com.android.support:appcompat-v7:28.0.0'
5454
implementation 'com.android.support:design:28.0.0'
55-
implementation 'net.servicestack:android:1.0.32'
55+
implementation 'net.servicestack:android:1.0.34'
5656
implementation 'com.facebook.android:facebook-android-sdk:4.31.0'
5757
implementation('com.twitter.sdk.android:twitter:2.3.1@aar') {
5858
transitive = true;

src/AndroidClient/client/build.gradle

+1-1
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.34"
6+
version = "1.0.35"
77

88
dependencies {
99
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.2'

src/AndroidClient/client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>net.servicestack</groupId>
66
<artifactId>client</artifactId>
7-
<version>1.0.34</version>
7+
<version>1.0.35</version>
88
<name>ServiceStack.Client</name>
99
<description>A client library to call your ServiceStack webservices.</description>
1010
<url>https://github.com/ServiceStack/ServiceStack.Java</url>

0 commit comments

Comments
 (0)