diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle index 1f16dcbed5..505c8f25de 100644 --- a/src/android/app/build.gradle +++ b/src/android/app/build.gradle @@ -10,6 +10,8 @@ def buildType def abiFilter = "arm64-v8a" //, "x86" android { + namespace 'org.yuzu.yuzu_emu' + compileSdkVersion 33 ndkVersion "25.2.9519653" diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml index de4dbb948f..73ed981c1a 100644 --- a/src/android/app/src/main/AndroidManifest.xml +++ b/src/android/app/src/main/AndroidManifest.xml @@ -1,6 +1,5 @@ - +