We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bb8195 + fb6245d commit 5b6cefeCopy full SHA for 5b6cefe
AndroidManifest.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
package="com.loopj.android.http"
4
- android:versionName="1.4.1"
+ android:versionName="1.4.3"
5
android:versionCode="1">
6
<application
7
android:name="android_async_http">
src/com/loopj/android/http/AsyncHttpClient.java
@@ -90,7 +90,7 @@
90
* </pre>
91
*/
92
public class AsyncHttpClient {
93
- private static final String VERSION = "1.4.1";
+ private static final String VERSION = "1.4.3";
94
95
private static final int DEFAULT_MAX_CONNECTIONS = 10;
96
private static final int DEFAULT_SOCKET_TIMEOUT = 10 * 1000;
0 commit comments