summaryrefslogtreecommitdiff
path: root/src/android/app/build.gradle
diff options
context:
space:
mode:
authorGravatar Charles Lombardo2023-03-06 01:35:30 -0500
committerGravatar bunnei2023-06-03 00:05:33 -0700
commit9507e99165c47a49d09a7f07d431b4141483585c (patch)
treea22d830c7c68ea301be11fcb421fd2de7b4e4665 /src/android/app/build.gradle
parentandroid: bump compile/target sdk to 33 (diff)
downloadyuzu-9507e99165c47a49d09a7f07d431b4141483585c.tar.gz
yuzu-9507e99165c47a49d09a7f07d431b4141483585c.tar.xz
yuzu-9507e99165c47a49d09a7f07d431b4141483585c.zip
android: Move namespace to app module build.gradle
Diffstat (limited to 'src/android/app/build.gradle')
-rw-r--r--src/android/app/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle
index 1f16dcbed..505c8f25d 100644
--- a/src/android/app/build.gradle
+++ b/src/android/app/build.gradle
@@ -10,6 +10,8 @@ def buildType
10def abiFilter = "arm64-v8a" //, "x86" 10def abiFilter = "arm64-v8a" //, "x86"
11 11
12android { 12android {
13 namespace 'org.yuzu.yuzu_emu'
14
13 compileSdkVersion 33 15 compileSdkVersion 33
14 ndkVersion "25.2.9519653" 16 ndkVersion "25.2.9519653"
15 17