feat: add app icons and new translations

This commit is contained in:
Patryk Hegenberg 2026-02-17 15:22:45 +01:00
parent d731c31200
commit 2746560be7
5 changed files with 30 additions and 1 deletions

View file

@ -3,7 +3,7 @@
<application
android:label="streetlifting_rpg"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:icon="@mipmap/launcher_icon"
android:enableOnBackInvokedCallback="true">
<activity
android:name=".MainActivity"