mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
add versioning codes required by market; up beta so they match.
This commit is contained in:
parent
435122a837
commit
94b3e16b7b
2 changed files with 4 additions and 1 deletions
|
@ -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" />
|
||||
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue