FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix URLs with UTF-8 chars in the path · githubcs/Android-HttpClient@5c16296 · GitHub

Commit 5c16296

Browse files
committed
fix URLs with UTF-8 chars in the path
1 parent b901758 commit 5c16296

6 files changed

Lines changed: 919 additions & 894 deletions

File tree

‎Tophe-Ion/build.gradle‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
dependencies {
3838
def artifactSupportV4 = 'com.android.support:support-v4:21.0.3'
3939
def artifactIon = 'com.koushikdutta.ion:ion:2.0.7'
40-
def artifactTophe = 'co.tophe:tophe:1.0.0'
40+
def artifactTophe = 'co.tophe:tophe:1.0.1'
4141

4242
def androidAsyncProject = ':AndroidAsync:AndroidAsync'
4343
def ionProject = ':Ion:Ion'

‎Tophe-Ion/gradle.properties‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ POM_DEVELOPER_NAME=Steve Lhomme
1313

1414
POM_ARTIFACT_ID=tophe-ion
1515
POM_PACKAGING=jar
16-
VERSION_NAME=1.0.1
17-
VERSION_CODE=10001
16+
VERSION_NAME=1.0.2
17+
VERSION_CODE=10002
1818

1919
ANDROID_BUILD_TARGET_SDK_VERSION=21
2020
ANDROID_BUILD_SDK_VERSION=21

‎Tophe-OAuth1/build.gradle‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22

33
dependencies {
4-
def artifactTophe = 'co.tophe:tophe:1.0.0'
4+
def artifactTophe = 'co.tophe:tophe:1.0.1'
55

66
def localTophe = ':Tophe'
77

‎Tophe/gradle.properties‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ POM_DEVELOPER_NAME=Steve Lhomme
1313

1414
POM_ARTIFACT_ID=tophe
1515
POM_PACKAGING=jar
16-
VERSION_NAME=1.0.0
17-
VERSION_CODE=10000
16+
VERSION_NAME=1.0.1
17+
VERSION_CODE=10001
1818

1919
ANDROID_BUILD_TARGET_SDK_VERSION=21
2020
ANDROID_BUILD_SDK_VERSION=21

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL