瀏覽代碼

android: Move namespace to app module build.gradle

Charles Lombardo 3 年之前
父節點
當前提交
9507e99165
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 2 0
      src/android/app/build.gradle
  2. 1 2
      src/android/app/src/main/AndroidManifest.xml

+ 2 - 0
src/android/app/build.gradle

@@ -10,6 +10,8 @@ def buildType
 def abiFilter = "arm64-v8a" //, "x86"
 def abiFilter = "arm64-v8a" //, "x86"
 
 
 android {
 android {
+    namespace 'org.yuzu.yuzu_emu'
+
     compileSdkVersion 33
     compileSdkVersion 33
     ndkVersion "25.2.9519653"
     ndkVersion "25.2.9519653"
 
 

+ 1 - 2
src/android/app/src/main/AndroidManifest.xml

@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <?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
     <uses-feature
         android:name="android.hardware.touchscreen"
         android:name="android.hardware.touchscreen"
         android:required="false"/>
         android:required="false"/>