mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-06 05:24:46 +01:00
up version strings for release 107 (f-droid only is the plan)
This commit is contained in:
parent
f0dc295bde
commit
c013c152d7
3 changed files with 6 additions and 9 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="100"
|
||||
android:versionCode="101"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -13,9 +13,10 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Crosswords 4.4.106 release</h2>
|
||||
<h2>Crosswords 4.4.107 release</h2>
|
||||
|
||||
<p>This version improves chat display and battery life</p>
|
||||
<p>This version, for F-droid release only, fixes build problems that
|
||||
caused a number of crashes and other issues.</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -25,11 +26,7 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Reduce power usage by combining all green-to-red turn-length
|
||||
timers into one</li>
|
||||
<li>Include player names in chat display</li>
|
||||
<li>Revert recent change preventing multiple checks in SMS and
|
||||
Bluetooth invitation dialogs</li>
|
||||
<li>Force release builds to be done with ant rather than gradle</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_version">4.4.106</string>
|
||||
<string name="app_version">4.4.107</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue