mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
notes and version code changes for release
This commit is contained in:
parent
6e30d77ada
commit
5ccb9bf7a3
4 changed files with 7 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.xw4dbg"
|
||||
android:versionCode="96"
|
||||
android:versionCode="97"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -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="96"
|
||||
android:versionCode="97"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -13,15 +13,11 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Crosswords 4.4 beta 102 release</h2>
|
||||
<h2>Crosswords 4.4 beta 103 release</h2>
|
||||
|
||||
<p>This release introduces "Rematch", a way to create new games from
|
||||
existing ones that short-circuits all the configuration and
|
||||
invitation nonsense. (Nonsense, anyway, after the first time.)
|
||||
Invitations are cleaned up. And it is the second of two releases
|
||||
that together fix stalling issues in network games. </p>
|
||||
|
||||
<p>I hope you like it!</p>
|
||||
<p>This is a quick release to work around a recent change in
|
||||
Google's build tools that broke upgrading on older devices. I'm
|
||||
leaving the list below, from the previous release, intact.</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_version">4.4 beta 102</string>
|
||||
<string name="app_version">4.4.103</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue