updated manifest with proper version code, set save location to auto, and verified other information for release
This commit is contained in:
2011-02-16 16:46:41 +00:00
parent 60b337120b
commit 0a6af33cf2
3 changed files with 7 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.TwentyCodes.android.SweetDreamsLite"
android:versionCode="1"
android:versionName="1.0">
android:installLocation="auto" android:versionName="1.0.0">
<uses-sdk android:minSdkVersion="3" />
<application android:label="@string/app_name_lite" android:icon="@drawable/playdisabled">