[Jrisk-cvs] SF.net SVN: domination-code:[2586] Domination
Brought to you by:
yuranet
|
From: <yu...@us...> - 2024-11-23 23:48:28
|
Revision: 2586
http://sourceforge.net/p/domination/code/2586
Author: yuranet
Date: 2024-11-23 23:48:27 +0000 (Sat, 23 Nov 2024)
Log Message:
-----------
android version bump
Modified Paths:
--------------
Domination/ChangeLog.txt
Domination/android/AndroidManifest.xml
Modified: Domination/ChangeLog.txt
===================================================================
--- Domination/ChangeLog.txt 2024-11-23 22:51:43 UTC (rev 2585)
+++ Domination/ChangeLog.txt 2024-11-23 23:48:27 UTC (rev 2586)
@@ -7,7 +7,7 @@
* Save: 8
iOS: 16
- Android: 96
+ Android: 97
Game GUI: 2
Swing GUI: 2
Simple GUI: 2
@@ -37,7 +37,7 @@
Android 95 Sound
Fix bug with maps not loading from external storage
- Android 96 fix for notifications not working
+ Android 97 fix for notifications not working
Show corrupted maps in MapChooser so they can be deleted
maybe fixed issue with opening urls in browser
Modified: Domination/android/AndroidManifest.xml
===================================================================
--- Domination/android/AndroidManifest.xml 2024-11-23 22:51:43 UTC (rev 2585)
+++ Domination/android/AndroidManifest.xml 2024-11-23 23:48:27 UTC (rev 2586)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
package="net.yura.domination"
- android:versionCode="96"
- android:versionName="96"
+ android:versionCode="97"
+ android:versionName="97"
android:installLocation="auto">
<!-- android:targetSdkVersion 11 to hide the legacy menu button on tablets -->
|