summaryrefslogtreecommitdiff
path: root/src/android/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/app')
-rw-r--r--src/android/app/build.gradle2
-rw-r--r--src/android/app/src/main/AndroidManifest.xml3
2 files changed, 3 insertions, 2 deletions
diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle
index 1f16dcbed..505c8f25d 100644
--- a/src/android/app/build.gradle
+++ b/src/android/app/build.gradle
@@ -10,6 +10,8 @@ def buildType
10def abiFilter = "arm64-v8a" //, "x86" 10def abiFilter = "arm64-v8a" //, "x86"
11 11
12android { 12android {
13 namespace 'org.yuzu.yuzu_emu'
14
13 compileSdkVersion 33 15 compileSdkVersion 33
14 ndkVersion "25.2.9519653" 16 ndkVersion "25.2.9519653"
15 17
diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml
index de4dbb948..73ed981c1 100644
--- a/src/android/app/src/main/AndroidManifest.xml
+++ b/src/android/app/src/main/AndroidManifest.xml
@@ -1,6 +1,5 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android" 2<manifest xmlns:android="http://schemas.android.com/apk/res/android">
3 package="org.yuzu.yuzu_emu">
4 <uses-feature 3 <uses-feature
5 android:name="android.hardware.touchscreen" 4 android:name="android.hardware.touchscreen"
6 android:required="false"/> 5 android:required="false"/>