up version number and string

This commit is contained in:
Eric House 2012-12-03 06:51:50 -08:00
parent da9c7a1afd
commit a640f9d97b
3 changed files with 8 additions and 11 deletions

View file

@ -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="48"
android:versionCode="49"
android:versionName="@string/app_version"
>

View file

@ -5,17 +5,14 @@
</style>
</head>
<body>
<b>Crosswords 4.4 beta 56 release</b>
<ul>New with this release
<li>Improve invitations: no more redirection through a website, and
confirm before creating duplicate games</li>
<li>(For sideloading users only) No more browser involvement in
updates: app can launch the installer directly to update
itself</li>
<li>Remove notifications when their games are deleted</li>
<b>Crosswords 4.4 beta 57 release</b>
<h3>New with this release</h3>
<ul>
</ul>
<ul>Next up
<h3>Next up</h3>
<ul>
<li>One more idea for improving invitations</li>
<li>Allow grouping of games in collapsible user-defined categores: "Games with
Kati", "Finished games", etc.</li>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_version">4.4 beta 56</string>
<string name="app_version">4.4 beta 57</string>
</resources>