mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
up name and version code for new release
This commit is contained in:
parent
ee5c0707f0
commit
2cb989022c
4 changed files with 9 additions and 7 deletions
|
@ -22,7 +22,7 @@
|
||||||
to come from a domain that you own or have control over. -->
|
to come from a domain that you own or have control over. -->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.eehouse.android.xw4dbg"
|
package="org.eehouse.android.xw4dbg"
|
||||||
android:versionCode="97"
|
android:versionCode="98"
|
||||||
android:versionName="@string/app_version"
|
android:versionName="@string/app_version"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
to come from a domain that you own or have control over. -->
|
to come from a domain that you own or have control over. -->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.eehouse.android.xw4"
|
package="org.eehouse.android.xw4"
|
||||||
android:versionCode="97"
|
android:versionCode="98"
|
||||||
android:versionName="@string/app_version"
|
android:versionName="@string/app_version"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|
|
@ -13,11 +13,11 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2>Crosswords 4.4 beta 103 release</h2>
|
<h2>Crosswords 4.4.104 release</h2>
|
||||||
|
|
||||||
<p>This is a quick release to work around a recent change in
|
<p>This is a quick release to fix in-game TheFreeDictionary.com
|
||||||
Google's build tools that broke upgrading on older devices. I'm
|
lookups. I'm leaving the list below, from the previous release,
|
||||||
leaving the list below, from the previous release, intact.</p>
|
intact. </p>
|
||||||
|
|
||||||
<div id="survey">
|
<div id="survey">
|
||||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||||
|
@ -50,6 +50,8 @@
|
||||||
|
|
||||||
<li>Fix occasional failure to refresh thumbnails</li>
|
<li>Fix occasional failure to refresh thumbnails</li>
|
||||||
|
|
||||||
|
<li>Fix TheFreeDictionary.com in-game word lookup</li>
|
||||||
|
|
||||||
<li>Don't allow removing players when game is locked (in Game
|
<li>Don't allow removing players when game is locked (in Game
|
||||||
Config screen)</li>
|
Config screen)</li>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_version">4.4.103</string>
|
<string name="app_version">4.4.104</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue