android: Move namespace to app module build.gradle

This commit is contained in:
Charles Lombardo
2023-03-06 01:35:30 -05:00
committed by bunnei
parent 3089744d86
commit f8d7825c8c
2 changed files with 3 additions and 2 deletions
+2
View File
@@ -10,6 +10,8 @@ def buildType
def abiFilter = "arm64-v8a" //, "x86"
android {
namespace 'org.yuzu.yuzu_emu'
compileSdkVersion 33
ndkVersion "25.2.9519653"