File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/com/loopj/android/http Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package=" com.loopj.android.http"
4
- android:versionName=" 1.3.1 "
4
+ android:versionName=" 1.3.2 "
5
5
android:versionCode=" 1" >
6
6
<application
7
7
android:name=" android_async_http" >
Original file line number Diff line number Diff line change 4
4
5
5
<!-- Package properties -->
6
6
<property name =" package.name" value =" android-async-http" />
7
- <property name =" package.version" value =" 1.3.1 " />
7
+ <property name =" package.version" value =" 1.3.2 " />
8
8
<property name =" package.packagename" value =" com.loopj.android.http" />
9
9
10
10
<!-- Standard jar stuff -->
Original file line number Diff line number Diff line change 87
87
* </pre>
88
88
*/
89
89
public class AsyncHttpClient {
90
- private static final String VERSION = "1.3.1 " ;
90
+ private static final String VERSION = "1.3.2 " ;
91
91
92
92
private static final int DEFAULT_MAX_CONNECTIONS = 10 ;
93
93
private static final int DEFAULT_SOCKET_TIMEOUT = 10 * 1000 ;
You can’t perform that action at this time.
0 commit comments