mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
up version strings and code
This commit is contained in:
parent
283045c649
commit
5cbafb9f56
3 changed files with 7 additions and 5 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="46"
|
||||
android:versionCode="47"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -5,11 +5,13 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<b>Crosswords 4.4 beta 54 release</b>
|
||||
<b>Crosswords 4.4 beta 55 release</b>
|
||||
<ul>
|
||||
|
||||
<li>Don't try to access directory OS says is for downloads when it
|
||||
doesn't actually exist</li>
|
||||
<li>Use "Google Cloud Messaging" for <em>much</em> faster relay move
|
||||
notifications</li>
|
||||
|
||||
<li>Fix crashes on Kindle Fire</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_version">4.4 beta 54</string>
|
||||
<string name="app_version">4.4 beta 55</string>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Reference in a new issue