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 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 package=" com.loopj.android.http"
4- android:versionName=" 1.3.1 "
4+ android:versionName=" 1.3.2 "
55 android:versionCode=" 1" >
66 <application
77 android:name=" android_async_http" >
Original file line number Diff line number Diff line change 44
55 <!-- Package properties -->
66 <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 " />
88 <property name =" package.packagename" value =" com.loopj.android.http" />
99
1010 <!-- Standard jar stuff -->
Original file line number Diff line number Diff line change 8787 * </pre>
8888 */
8989public class AsyncHttpClient {
90- private static final String VERSION = "1.3.1 " ;
90+ private static final String VERSION = "1.3.2 " ;
9191
9292 private static final int DEFAULT_MAX_CONNECTIONS = 10 ;
9393 private static final int DEFAULT_SOCKET_TIMEOUT = 10 * 1000 ;
You can’t perform that action at this time.
0 commit comments