mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
update version code/strings
This commit is contained in:
parent
de87b32bb8
commit
ca4b2e5354
3 changed files with 4 additions and 10 deletions
|
@ -22,7 +22,7 @@
|
||||||
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="41"
|
android:versionCode="42"
|
||||||
android:versionName="@string/app_version"
|
android:versionName="@string/app_version"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|
|
@ -5,15 +5,9 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<b>Crosswords 4.4 beta 49 release</b>
|
<b>Crosswords 4.4 beta 50 release</b>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>Oops: Fix "Warn if phonies" option. (Thanks for the quick reports. :-)</li>
|
||||||
<li>Add colored arrows to net status icon to show traffic in and out</li>
|
|
||||||
|
|
||||||
<li>Add debug features to copy games to and from sdcard</li>
|
|
||||||
|
|
||||||
<li>Center board vertically in tall narrow screens</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>Please remember that this is beta software. Please let me know (at
|
<p>Please remember that this is beta software. Please let me know (at
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">Crosswords</string>
|
<string name="app_name">Crosswords</string>
|
||||||
<string name="app_version">4.4 beta 49</string>
|
<string name="app_version">4.4 beta 50</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue