Skip to content

Commit c19ceb4

Browse files
committed
bump to v1.0.38
1 parent 3d22e59 commit c19ceb4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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.37"
5+
version = "1.0.38"
66

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

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.37'
55+
implementation 'net.servicestack:android:1.0.38'
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.37"
6+
version = "1.0.38"
77

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

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.37</version>
7+
<version>1.0.38</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>

src/ServiceStackIDEA/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id "org.jetbrains.intellij" version "0.4.15"
33
}
4-
version = '1.0.37'
4+
version = '1.0.38'
55

66
apply plugin: 'org.jetbrains.intellij'
77
dependencies {

0 commit comments

Comments
 (0)