mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +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. -->
|
to come from a domain that you own or have control over. -->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.eehouse.android.xw4"
|
package="org.eehouse.android.xw4"
|
||||||
android:versionCode="46"
|
android:versionCode="47"
|
||||||
android:versionName="@string/app_version"
|
android:versionName="@string/app_version"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|
|
@ -5,11 +5,13 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<b>Crosswords 4.4 beta 54 release</b>
|
<b>Crosswords 4.4 beta 55 release</b>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<li>Don't try to access directory OS says is for downloads when it
|
<li>Use "Google Cloud Messaging" for <em>much</em> faster relay move
|
||||||
doesn't actually exist</li>
|
notifications</li>
|
||||||
|
|
||||||
|
<li>Fix crashes on Kindle Fire</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_version">4.4 beta 54</string>
|
<string name="app_version">4.4 beta 55</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Reference in a new issue