mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
Android update
This commit is contained in:
parent
68507a555f
commit
0bcf2ca0ab
@ -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"
|
||||
|
@ -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="12060" android:versionName="12.0f"
|
||||
android:versionCode="12070" android:versionName="12.0u"
|
||||
android:installLocation="auto">
|
||||
<!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> -->
|
||||
<!-- <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="9" /> -->
|
||||
@ -13,7 +13,7 @@
|
||||
android:windowSoftInputMode="adjustResize"
|
||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||
android:name=".HyperRogue"
|
||||
android:launchMode="singleTask" >
|
||||
android:launchMode="singleTask" android:exported="false">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
@ -25,7 +25,7 @@
|
||||
android:name=".HyperSettings">
|
||||
</activity>
|
||||
|
||||
<service android:name=".ForegroundService" >
|
||||
<service android:name=".ForegroundService" android:exported="false">
|
||||
</service>
|
||||
|
||||
<provider
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
#define ISANDROID 1
|
||||
#define GL_ES
|
||||
#define CAP_ACHIEVE 1
|
||||
#define CAP_ACHIEVE 0
|
||||
#define CAP_SHADER 1
|
||||
#define CAP_VERTEXBUFFER 0
|
||||
#define CAP_TIMEOFDAY 1
|
||||
|
Loading…
Reference in New Issue
Block a user