mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-09 22:00:39 +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 VERSION_CODE_BASE = 114
|
||||
def VERSION_NAME = '4.4.118'
|
||||
def VERSION_CODE_BASE = 115
|
||||
def VERSION_NAME = '4.4.119'
|
||||
def VARIANTS = [ "xw4", "xw4d" ]
|
||||
def BUILDS = [ "Debug", "Release" ]
|
||||
boolean forFDroid = hasProperty('forFDroid')
|
||||
|
|
|
@ -13,10 +13,11 @@
|
|||
</style>
|
||||
</head>
|
||||
<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
|
||||
"Play" store.</p>
|
||||
<p>This release fixes crashes reported through the Play store and
|
||||
adds tweaks for <a href="https://f-droid.org/">F-Droid</a>
|
||||
releases.</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -26,7 +27,9 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<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>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
Loading…
Add table
Reference in a new issue