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 266318f commit bf30728Copy full SHA for bf30728
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.0"
+ android:versionName="1.4.1"
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.0";
+ private static final String VERSION = "1.4.1";
94
95
private static final int DEFAULT_MAX_CONNECTIONS = 10;
96
private static final int DEFAULT_SOCKET_TIMEOUT = 10 * 1000;
0 commit comments