1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-05 19:39:04 +00:00

fixed the Android manifest file

This commit is contained in:
Zeno Rogue
2025-09-09 21:21:12 +02:00
parent c2c4c1a491
commit 8b7e82b460

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.roguetemple.hyperroid"
android:versionCode="13002" android:versionName="13.0v"
android:versionCode="13105" android:versionName="13.1e"
android:installLocation="auto">
<!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> -->
<!-- <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="9" /> -->