Skip to content

Commit 6faa302

Browse files
committed
Moved library to sub-folder, to ease adding related projects
1 parent 160dcb9 commit 6faa302

13 files changed

+6
-16
lines changed
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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.4.3"
5-
android:versionCode="1">
4+
android:versionName="1.4.4"
5+
android:versionCode="2">
6+
67
<application
7-
android:name="android_async_http">
8-
</application>
8+
android:name="android_async_http" />
9+
910
<uses-sdk android:minSdkVersion="3" />
11+
1012
<uses-permission android:name="android.permission.INTERNET" />
1113
</manifest>

project.properties

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)