mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
up constants for beta 12
This commit is contained in:
parent
f2674ed27c
commit
c0819c5a9f
2 changed files with 3 additions and 3 deletions
|
@ -21,8 +21,8 @@
|
||||||
to come from a domain that you own or have control over. -->
|
to come from a domain that you own or have control over. -->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.eehouse.android.xw4"
|
package="org.eehouse.android.xw4"
|
||||||
android:versionCode="5"
|
android:versionCode="6"
|
||||||
android:versionName="4.4 beta 11"
|
android:versionName="4.4 beta 12"
|
||||||
>
|
>
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
|
|
|
@ -23,5 +23,5 @@ package org.eehouse.android.xw4;
|
||||||
public interface XWConstants {
|
public interface XWConstants {
|
||||||
public static final String GAME_EXTN = ".xwg";
|
public static final String GAME_EXTN = ".xwg";
|
||||||
public static final String DICT_EXTN = ".xwd";
|
public static final String DICT_EXTN = ".xwd";
|
||||||
public static final String VERSION_STR = "4.4 beta 11";
|
public static final String VERSION_STR = "4.4 beta 12";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue