From c19ceb4525d8fad64c07e00d049d2c8b3b608adc Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Fri, 31 Jan 2020 19:15:23 -0500 Subject: [PATCH] bump to v1.0.38 --- src/AndroidClient/android/build.gradle | 2 +- src/AndroidClient/androidchat/build.gradle | 2 +- src/AndroidClient/client/build.gradle | 2 +- src/AndroidClient/client/pom.xml | 2 +- src/ServiceStackIDEA/build.gradle | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/AndroidClient/android/build.gradle b/src/AndroidClient/android/build.gradle index fadd4379..e0d6ae9e 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.37" +version = "1.0.38" dependencies { implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6' diff --git a/src/AndroidClient/androidchat/build.gradle b/src/AndroidClient/androidchat/build.gradle index 1964bc54..43151bc1 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.37' + implementation 'net.servicestack:android:1.0.38' 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 bae09875..2b715b74 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.37" +version = "1.0.38" dependencies { implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6' diff --git a/src/AndroidClient/client/pom.xml b/src/AndroidClient/client/pom.xml index 8b573cc4..ccde3204 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.37 + 1.0.38 ServiceStack.Client A client library to call your ServiceStack webservices. https://github.com/ServiceStack/ServiceStack.Java diff --git a/src/ServiceStackIDEA/build.gradle b/src/ServiceStackIDEA/build.gradle index 3c941146..21581176 100644 --- a/src/ServiceStackIDEA/build.gradle +++ b/src/ServiceStackIDEA/build.gradle @@ -1,7 +1,7 @@ plugins { id "org.jetbrains.intellij" version "0.4.15" } -version = '1.0.37' +version = '1.0.38' apply plugin: 'org.jetbrains.intellij' dependencies {