File tree 5 files changed +11
-8
lines changed
5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## 1.5.0 (future release)
3
+ ## 1.4.10
4
+
5
+ - Fixed IP/name resolution errors #998
6
+ - Fixed SNI compatibility
4
7
5
8
## 1.4.9 (released 19. 9. 2015)
6
9
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ https://oss.sonatype.org/content/repositories/snapshots/com/loopj/android/androi
74
74
Maven URL: https://oss.sonatype.org/content/repositories/snapshots/
75
75
GroupId: com.loopj.android
76
76
ArtifactId: android-async-http
77
- Version: 1.5.0 -SNAPSHOT
77
+ Version: 1.4.10 -SNAPSHOT
78
78
Packaging: JAR or AAR
79
79
```
80
80
Gradle
@@ -85,7 +85,7 @@ repositories {
85
85
}
86
86
}
87
87
dependencies {
88
- compile 'com.loopj.android:android-async-http:1.5.0 -SNAPSHOT'
88
+ compile 'com.loopj.android:android-async-http:1.4.10 -SNAPSHOT'
89
89
}
90
90
```
91
91
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def isReleaseBuild() {
17
17
18
18
allprojects {
19
19
group = ' com.loopj.android'
20
- version = ' 1.5.0 -SNAPSHOT'
20
+ version = ' 1.4.10 -SNAPSHOT'
21
21
22
22
repositories {
23
23
mavenLocal()
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.5.0 -SNAPSHOT
2
- VERSION_CODE =150
1
+ VERSION_NAME =1.4.10 -SNAPSHOT
2
+ VERSION_CODE =1410
3
3
GROUP =com.loopj.android
4
4
5
5
POM_DESCRIPTION =An Asynchronous HTTP Library for Android
Original file line number Diff line number Diff line change 2
2
3
3
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
4
4
package =" com.loopj.android.http.sample"
5
- android : versionCode =" 7 "
6
- android : versionName =" 1.5.0 -SNAPSHOT" >
5
+ android : versionCode =" 8 "
6
+ android : versionName =" 1.4.10 -SNAPSHOT" >
7
7
8
8
<uses-permission android : name =" android.permission.INTERNET" />
9
9
You can’t perform that action at this time.
0 commit comments