add versioning codes required by market; up beta so they match.

This commit is contained in:
Eric House 2010-06-06 09:04:08 -07:00
parent 435122a837
commit 94b3e16b7b
2 changed files with 4 additions and 1 deletions

View file

@ -21,7 +21,10 @@
to come from a domain that you own or have control over. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.eehouse.android.xw4"
android:versionCode="1"
android:versionName="4.4 beta 7"
>
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

View file

@ -23,5 +23,5 @@ package org.eehouse.android.xw4;
public interface XWConstants {
public static final String GAME_EXTN = ".xwg";
public static final String DICT_EXTN = ".xwd";
public static final String VERSION_STR = "4.4 beta 6";
public static final String VERSION_STR = "4.4 beta 7";
}