mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-04 10:37:54 -05:00
android: Move namespace to app module build.gradle
This commit is contained in:
@ -10,6 +10,8 @@ def buildType
|
||||
def abiFilter = "arm64-v8a" //, "x86"
|
||||
|
||||
android {
|
||||
namespace 'org.yuzu.yuzu_emu'
|
||||
|
||||
compileSdkVersion 33
|
||||
ndkVersion "25.2.9519653"
|
||||
|
||||
|
Reference in New Issue
Block a user