Skip to content

Commit 3bb1f6e

Browse files
committed
First design of 1.5 version, not usable yet
1 parent 6876ee0 commit 3bb1f6e

File tree

75 files changed

+1502
-1883
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1502
-1883
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.4.7-SNAPSHOT
2-
VERSION_CODE=147
1+
VERSION_NAME=1.5.0-SNAPSHOT
2+
VERSION_CODE=150
33
GROUP=com.loopj.android
44

55
POM_DESCRIPTION=An Asynchronous HTTP Library for Android

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-1.12-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-bin.zip

library/build.gradle

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

33
dependencies {
4-
compile 'org.apache.httpcomponents:httpclient-android:4.3.5'
4+
compile 'org.apache.httpcomponents:httpclient-android:4.3.3'
5+
compile 'commons-io:commons-io:2.4'
56
}
67

78
android {
@@ -18,7 +19,6 @@ android {
1819
warningsAsErrors true
1920
quiet false
2021
showAll true
21-
disable 'OldTargetApi'
2222
}
2323

2424
compileOptions {

0 commit comments

Comments
 (0)