change version strings for new release

This commit is contained in:
Eric House 2016-07-08 06:18:07 -07:00
parent c11c1f4a64
commit c3817ef452
3 changed files with 15 additions and 8 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="101"
android:versionCode="102"
android:versionName="@string/app_version"
>

View file

@ -13,10 +13,9 @@
</style>
</head>
<body>
<h2>Crosswords 4.4.107 release</h2>
<h2>Crosswords 4.4.108 release</h2>
<p>This version, for F-droid release only, fixes build problems that
caused a number of crashes and other issues.</p>
<p>This release improves in-game chat functionality.</p>
<div id="survey">
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
@ -26,7 +25,15 @@
<h3>New with this release</h3>
<ul>
<li>Force release builds to be done with ant rather than gradle</li>
<li>Chat fixes: send without closing the window, expand for
longer messages, smart editing, etc.</li>
<li>Fix so Bluetooth finds tablets as well as phones</li>
<li>Add ability to disable relay play (to save battery for users
who play standalone only)</li>
<li>Improvements to French and Japanese translations</li>
</ul>
<p>(The full changelog
@ -34,8 +41,8 @@
<h3>Next up</h3>
<ul>
<li>More chat improvements, especially allowing to send and
receive without closing the chat window</li>
<li>Working on dual-pane mode (so e.g. board and chat can be
side-by-side on tablets)</li>
<li>Take advantage of Marshmallow's new permissions model (where
the app only asks for them when it needs them.)
</ul>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_version">4.4.107</string>
<string name="app_version">4.4.108</string>
</resources>