Thanks to visit codestin.com Credit goes to github.com
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.
1 parent ad6954f commit d6a4a2cCopy full SHA for d6a4a2c
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.3.2"
+ android:versionName="1.4.0"
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.3.2";
+ private static final String VERSION = "1.4.0";
94
95
private static final int DEFAULT_MAX_CONNECTIONS = 10;
96
private static final int DEFAULT_SOCKET_TIMEOUT = 10 * 1000;
0 commit comments