mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
up version number and string
This commit is contained in:
parent
da9c7a1afd
commit
a640f9d97b
3 changed files with 8 additions and 11 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="48"
|
||||
android:versionCode="49"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue