diff options
author | bunnei <bunneidev@gmail.com> | 2022-12-31 03:09:03 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2023-06-03 09:05:27 +0200 |
commit | 5e198d1421372f7673f181666df76acc8ff1607d (patch) | |
tree | 31102f83a8115545ef00dc6b5ce6b6adc327adfd /src/android/app/build.gradle | |
parent | video_core: vk_blit_screen: Rotate viewport for Android landscape. (diff) | |
download | yuzu-5e198d1421372f7673f181666df76acc8ff1607d.tar yuzu-5e198d1421372f7673f181666df76acc8ff1607d.tar.gz yuzu-5e198d1421372f7673f181666df76acc8ff1607d.tar.bz2 yuzu-5e198d1421372f7673f181666df76acc8ff1607d.tar.lz yuzu-5e198d1421372f7673f181666df76acc8ff1607d.tar.xz yuzu-5e198d1421372f7673f181666df76acc8ff1607d.tar.zst yuzu-5e198d1421372f7673f181666df76acc8ff1607d.zip |
Diffstat (limited to 'src/android/app/build.gradle')
-rw-r--r-- | src/android/app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle index 5a108743b..ffbadce14 100644 --- a/src/android/app/build.gradle +++ b/src/android/app/build.gradle @@ -30,7 +30,7 @@ android { defaultConfig { // TODO If this is ever modified, change application_id in strings.xml - applicationId "org.citra.citra_emu" + applicationId "org.yuzu.yuzu_emu" minSdkVersion 28 targetSdkVersion 29 versionCode autoVersion |