1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-05 00:49:09 +02:00

give debug package separate app ID and name

allows installing debug version alongside the store one
This commit is contained in:
Andrey Filipenkov
2023-02-26 12:23:36 +03:00
parent d05fffbad7
commit a1fd874243
2 changed files with 8 additions and 1 deletions

View File

@ -11,7 +11,7 @@
android:allowBackup="false"
android:installLocation="auto"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:label="${applicationLabel}"
android:testOnly="false"
android:supportsRtl="true"
android:theme="@style/Theme.VCMI">