File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
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.37 "
5+ version = " 1.0.38 "
66
77dependencies {
88 implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.6'
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.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 ;
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.37 "
6+ version = " 1.0.38 "
77
88dependencies {
99 implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.6'
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.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 >
Original file line number Diff line number Diff line change 11plugins {
22 id " org.jetbrains.intellij" version " 0.4.15"
33}
4- version = ' 1.0.37 '
4+ version = ' 1.0.38 '
55
66apply plugin : ' org.jetbrains.intellij'
77dependencies {
You can’t perform that action at this time.
0 commit comments