mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
up version strings for SMS version too
This commit is contained in:
parent
a601d0818e
commit
81d3f7d15f
3 changed files with 10 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
|||
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.xw4sms"
|
||||
android:versionCode="43"
|
||||
android:versionCode="44"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -13,7 +13,14 @@ ability to play via SMS</p>
|
|||
|
||||
<ul>Other changes
|
||||
|
||||
<li>Add auto-update for wordlists and the app itself (when side-loaded)</li>
|
||||
<li>Remember wordlist browser position, word size, etc.</li>
|
||||
|
||||
<li>Fix wordlist browser bugs for languages with more than one
|
||||
letter on a tile</li>
|
||||
|
||||
<li>New word lookup URLs for Catalan language lists</li>
|
||||
|
||||
<li>Display wordlist comment if present</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_version">4.4 beta 51</string>
|
||||
<string name="app_version">4.4 beta 52</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue