Skip to content

Commit

Permalink
bump to v1.0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Mar 11, 2021
1 parent 52bdb4d commit bb370c6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.48"
version = "1.0.49"

dependencies {
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
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.48'
implementation 'net.servicestack:android:1.0.49'
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/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation project(':android')
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'net.servicestack:android:1.0.48'
implementation 'net.servicestack:android:1.0.49'
}
repositories {
mavenCentral()
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.48"
version = "1.0.49"

dependencies {
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
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.48</version>
<version>1.0.49</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 bb370c6

Please sign in to comment.