mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-14 20:47:54 +01:00
up strings for new release
This commit is contained in:
parent
7164ab92f6
commit
a815c466c9
2 changed files with 9 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
def INITIAL_CLIENT_VERS = 8
|
def INITIAL_CLIENT_VERS = 8
|
||||||
def VERSION_CODE_BASE = 114
|
def VERSION_CODE_BASE = 115
|
||||||
def VERSION_NAME = '4.4.118'
|
def VERSION_NAME = '4.4.119'
|
||||||
def VARIANTS = [ "xw4", "xw4d" ]
|
def VARIANTS = [ "xw4", "xw4d" ]
|
||||||
def BUILDS = [ "Debug", "Release" ]
|
def BUILDS = [ "Debug", "Release" ]
|
||||||
boolean forFDroid = hasProperty('forFDroid')
|
boolean forFDroid = hasProperty('forFDroid')
|
||||||
|
|
|
@ -13,10 +13,11 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2>CrossWords 4.4.118 release</h2>
|
<h2>CrossWords 4.4.119 release</h2>
|
||||||
|
|
||||||
<p>This release fixes a couple of crashes reported through the
|
<p>This release fixes crashes reported through the Play store and
|
||||||
"Play" store.</p>
|
adds tweaks for <a href="https://f-droid.org/">F-Droid</a>
|
||||||
|
releases.</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
|
||||||
|
@ -26,7 +27,9 @@
|
||||||
|
|
||||||
<h3>New with this release</h3>
|
<h3>New with this release</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Address two crashes reported through Google (thanks!)</li>
|
<li>Don't offer to upgrade F-Droid builds (since I can't)</li>
|
||||||
|
<li>Pretty-up expander buttons on main games list</li>
|
||||||
|
<li>Address three crashes reported through Google (thanks!)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>(The full changelog
|
<p>(The full changelog
|
||||||
|
|
Loading…
Add table
Reference in a new issue