[Jrisk-cvs] SF.net SVN: domination-code:[2580] Domination
Brought to you by:
yuranet
|
From: <yu...@us...> - 2024-11-10 17:45:54
|
Revision: 2580
http://sourceforge.net/p/domination/code/2580
Author: yuranet
Date: 2024-11-10 17:45:51 +0000 (Sun, 10 Nov 2024)
Log Message:
-----------
android is a big pile of stinking shit
Modified Paths:
--------------
Domination/ChangeLog.txt
Domination/android/AndroidManifest.xml
Domination/android/libs/GrasshopperAndroid.jar
Modified: Domination/ChangeLog.txt
===================================================================
--- Domination/ChangeLog.txt 2024-11-10 15:51:18 UTC (rev 2579)
+++ Domination/ChangeLog.txt 2024-11-10 17:45:51 UTC (rev 2580)
@@ -7,7 +7,7 @@
* Save: 8
iOS: 16
- Android: 94
+ Android: 95
Game GUI: 2
Swing GUI: 2
Simple GUI: 2
@@ -34,7 +34,7 @@
Player card info on main screen
Can add custom maps through Files app
- Android 94 Sound
+ Android 95 Sound
Fix bug with maps not loading from external storage
1.2.9 (04.08.2023) (svn rev 2470)
Modified: Domination/android/AndroidManifest.xml
===================================================================
--- Domination/android/AndroidManifest.xml 2024-11-10 15:51:18 UTC (rev 2579)
+++ Domination/android/AndroidManifest.xml 2024-11-10 17:45:51 UTC (rev 2580)
@@ -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="94"
- android:versionName="94"
+ android:versionCode="95"
+ android:versionName="95"
android:installLocation="auto">
<!-- android:targetSdkVersion 11 to hide the legacy menu button on tablets -->
Modified: Domination/android/libs/GrasshopperAndroid.jar
===================================================================
(Binary files differ)
|