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 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <module external.linked.project.id=" :android" external.linked.project.path=" $MODULE_DIR$" external.root.project.path=" $MODULE_DIR$/.." external.system.id=" GRADLE" external.system.module.group=" net.servicestack" external.system.module.version=" 1.0.21 " type =" JAVA_MODULE" version =" 4" >
2+ <module external.linked.project.id=" :android" external.linked.project.path=" $MODULE_DIR$" external.root.project.path=" $MODULE_DIR$/.." external.system.id=" GRADLE" external.system.module.group=" net.servicestack" external.system.module.version=" 1.0.20 " type =" JAVA_MODULE" version =" 4" >
33 <component name =" FacetManager" >
44 <facet type =" android-gradle" name =" Android-Gradle" >
55 <configuration >
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.21 "
5+ version = " 1.0.20 "
66
77android {
88 compileSdkVersion 21
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
1111 testCompile ' org.mockito:mockito-core:1.9.5'
1212}
1313
14- version = " 1.0.21 "
14+ version = " 1.0.20 "
1515group = " net.servicestack" // Maven Group ID for the artifact
1616String packageId = " client"
1717
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <module external.linked.project.id=" :client" external.linked.project.path=" $MODULE_DIR$" external.root.project.path=" $MODULE_DIR$/.." external.system.id=" GRADLE" external.system.module.group=" net.servicestack" external.system.module.version=" 1.0.21 " type =" JAVA_MODULE" version =" 4" >
2+ <module external.linked.project.id=" :client" external.linked.project.path=" $MODULE_DIR$" external.root.project.path=" $MODULE_DIR$/.." external.system.id=" GRADLE" external.system.module.group=" net.servicestack" external.system.module.version=" 1.0.20 " type =" JAVA_MODULE" version =" 4" >
33 <component name =" FacetManager" >
44 <facet type =" android-gradle" name =" Android-Gradle" >
55 <configuration >
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.21 </version >
7+ <version >1.0.20 </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