mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
up version strings for release
This commit is contained in:
parent
08b72bbc55
commit
69285d46a9
3 changed files with 9 additions and 6 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.xw4"
|
||||
android:versionCode="65"
|
||||
android:versionCode="66"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -5,13 +5,16 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<b>Crosswords 4.4 beta 73 release</b>
|
||||
<b>Crosswords 4.4 beta 74 release</b>
|
||||
|
||||
<p>This release adds two new features, snapshots of in-progress games
|
||||
<p>(Beta 74 fixes a crashing bug but adds nothing new, so the
|
||||
previous notes remain in place.)</p>
|
||||
|
||||
<p>Beta 73 adds two new features, snapshots of in-progress games
|
||||
displayed as part of the main Games List screen, and the ability to
|
||||
send invitations by tapping your device against the one you want to
|
||||
invite (using "Near Field Communication", or NFC, which Google
|
||||
brands "Android beaming".)</p>
|
||||
invite (using "Near Field Communication", or NFC, which
|
||||
Google brands "Android beaming".)</p>
|
||||
|
||||
<p>Both features are optional. NFC is off by default, so you have to
|
||||
enable it via Google's system Preferences app. And snapshots, while
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_version">4.4 beta 73</string>
|
||||
<string name="app_version">4.4 beta 74</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue