Skip to content

Commit 9feb1e7

Browse files
committed
Merge remote-tracking branch 'upstream/master'
Conflicts: AndroidManifest.xml src/com/loopj/android/http/AsyncHttpClient.java
2 parents f394576 + 5b6cefe commit 9feb1e7

File tree

2 files changed

+630
-630
lines changed

2 files changed

+630
-630
lines changed

AndroidManifest.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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"
5-
android:versionCode="1">
6-
<application
7-
android:name="android_async_http">
8-
</application>
9-
<uses-sdk android:minSdkVersion="3" />
10-
<uses-permission android:name="android.permission.INTERNET" />
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.3"
5+
android:versionCode="1">
6+
<application
7+
android:name="android_async_http">
8+
</application>
9+
<uses-sdk android:minSdkVersion="3" />
10+
<uses-permission android:name="android.permission.INTERNET" />
1111
</manifest>

0 commit comments

Comments
 (0)