File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22apply plugin : ' com.github.dcendents.android-maven'
33apply plugin : ' com.jfrog.bintray'
44
5- version = " 1.0.35 "
5+ version = " 1.0.36 "
66
77dependencies {
88 implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.5'
Original file line number Diff line number Diff 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.35 '
55+ implementation ' net.servicestack:android:1.0.36 '
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 ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'java'
33apply plugin : ' idea'
44apply plugin : ' maven'
55
6- version = " 1.0.35 "
6+ version = " 1.0.36 "
77
88dependencies {
99 implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.2'
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >net.servicestack</groupId >
66 <artifactId >client</artifactId >
7- <version >1.0.35 </version >
7+ <version >1.0.36 </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 >
You can’t perform that action at this time.
0 commit comments