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 {
applicationId "com.roguetemple.hyperroid"
minSdkVersion 18
targetSdkVersion 26
targetSdkVersion 28
// multiDexEnabled true
//javaMaxHeapSize "4g"

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="10505" android:versionName="10.5e"
android:versionCode="10505" android:versionName="11.3h"
android:installLocation="auto">
<!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> -->
<!-- <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="9" /> -->