mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 05:59:59 +00:00
android: Move namespace to app module build.gradle
This commit is contained in:
parent
fc0c5fa86f
commit
9507e99165
2 changed files with 3 additions and 2 deletions
|
@ -10,6 +10,8 @@ def buildType
|
|||
def abiFilter = "arm64-v8a" //, "x86"
|
||||
|
||||
android {
|
||||
namespace 'org.yuzu.yuzu_emu'
|
||||
|
||||
compileSdkVersion 33
|
||||
ndkVersion "25.2.9519653"
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.yuzu.yuzu_emu">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<uses-feature
|
||||
android:name="android.hardware.touchscreen"
|
||||
android:required="false"/>
|
||||
|
|
Loading…
Reference in a new issue