mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 12:40:23 +00:00
Android: Apply "AArch64" and "32-bit" suffixes to app label
This commit is contained in:
parent
f8b8f2a07d
commit
9f6274b001
@ -18,7 +18,7 @@
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="RetroArch"
|
||||
android:label="@string/app_name"
|
||||
android:hasCode="true"
|
||||
android:isGame="true"
|
||||
android:banner="@drawable/banner"
|
||||
|
@ -36,6 +36,8 @@ android {
|
||||
|
||||
productFlavors {
|
||||
normal {
|
||||
resValue "string", "app_name", "RetroArch"
|
||||
|
||||
dimension "variant"
|
||||
}
|
||||
aarch64 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user