initial commit. no work done.

This commit is contained in:
warren powers
2011-01-16 20:34:01 +00:00
parent 786e16468b
commit b80f3abf75
11 changed files with 137 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.TwentyCodes.android.TravelPost"
android:versionCode="1"
android:versionName="1.0">
<application android:icon="@drawable/icon" android:label="@string/app_name">
</application>
<uses-sdk android:minSdkVersion="7" />
</manifest>