| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| 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.46" | ||
| 5 | + version = "1.0.47" | ||
| 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.46' | ||
| 55 | + implementation 'net.servicestack:android:1.0.47' | ||
| 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 | |
|---|---|---|---|
@@ -29,7 +29,7 @@ dependencies { | |||
| 29 | 29 | implementation project(':android') | |
| 30 | 30 | implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" | |
| 31 | 31 | implementation 'com.google.code.gson:gson:2.8.6' | |
| 32 | - implementation 'net.servicestack:android:1.0.46' | ||
| 32 | + implementation 'net.servicestack:android:1.0.47' | ||
| 33 | 33 | } | |
| 34 | 34 | repositories { | |
| 35 | 35 | mavenCentral() | |
| 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.46" | ||
| 6 | + version = "1.0.47" | ||
| 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,7 +4,7 @@ | |||
| 4 | 4 | <modelVersion>4.0.0</modelVersion> | |
| 5 | 5 | <groupId>net.servicestack</groupId> | |
| 6 | 6 | <artifactId>client</artifactId> | |
| 7 | - <version>1.0.46</version> | ||
| 7 | + <version>1.0.47</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> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments