diff --git a/hyperroid/app/build.gradle b/hyperroid/app/build.gradle index e59a275e..60d038c4 100644 --- a/hyperroid/app/build.gradle +++ b/hyperroid/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 29 - buildToolsVersion "29.0.1" + compileSdkVersion 33 + buildToolsVersion "33.0.0" defaultConfig { applicationId "com.roguetemple.hyperroid" minSdkVersion 18 - targetSdkVersion 29 + targetSdkVersion 33 // multiDexEnabled true //javaMaxHeapSize "4g" diff --git a/hyperroid/app/src/main/AndroidManifest.xml b/hyperroid/app/src/main/AndroidManifest.xml index d24801ab..5c35c69b 100644 --- a/hyperroid/app/src/main/AndroidManifest.xml +++ b/hyperroid/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ @@ -13,7 +13,7 @@ android:windowSoftInputMode="adjustResize" android:configChanges="orientation|keyboardHidden|screenSize" android:name=".HyperRogue" - android:launchMode="singleTask" > + android:launchMode="singleTask" android:exported="false"> @@ -25,7 +25,7 @@ android:name=".HyperSettings"> - +