File tree 5 files changed +5
-5
lines changed
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'
2
2
apply plugin : ' com.github.dcendents.android-maven'
3
3
apply plugin : ' com.jfrog.bintray'
4
4
5
- version = " 1.0.37 "
5
+ version = " 1.0.38 "
6
6
7
7
dependencies {
8
8
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 {
52
52
implementation project(' :android' )
53
53
implementation ' com.android.support:appcompat-v7:28.0.0'
54
54
implementation ' com.android.support:design:28.0.0'
55
- implementation ' net.servicestack:android:1.0.37 '
55
+ implementation ' net.servicestack:android:1.0.38 '
56
56
implementation ' com.facebook.android:facebook-android-sdk:4.31.0'
57
57
implementation(' com.twitter.sdk.android:twitter:2.3.1@aar' ) {
58
58
transitive = true ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'java'
3
3
apply plugin : ' idea'
4
4
apply plugin : ' maven'
5
5
6
- version = " 1.0.37 "
6
+ version = " 1.0.38 "
7
7
8
8
dependencies {
9
9
implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.6'
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >net.servicestack</groupId >
6
6
<artifactId >client</artifactId >
7
- <version >1.0.37 </version >
7
+ <version >1.0.38 </version >
8
8
<name >ServiceStack.Client</name >
9
9
<description >A client library to call your ServiceStack webservices.</description >
10
10
<url >https://github.com/ServiceStack/ServiceStack.Java</url >
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " org.jetbrains.intellij" version " 0.4.15"
3
3
}
4
- version = ' 1.0.37 '
4
+ version = ' 1.0.38 '
5
5
6
6
apply plugin : ' org.jetbrains.intellij'
7
7
dependencies {
You can’t perform that action at this time.
0 commit comments