1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

Android update

This commit is contained in:
Zeno Rogue 2020-04-06 14:03:19 +02:00
parent fcf22ea525
commit 736a18f0ea
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ android {
defaultConfig { defaultConfig {
applicationId "com.roguetemple.hyperroid" applicationId "com.roguetemple.hyperroid"
minSdkVersion 18 minSdkVersion 18
targetSdkVersion 26 targetSdkVersion 28
// multiDexEnabled true // multiDexEnabled true
//javaMaxHeapSize "4g" //javaMaxHeapSize "4g"

View File

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