fix: add launcher icons and update manifest references

This commit is contained in:
nk
2026-06-01 13:35:28 +03:00
parent bc94577276
commit d4adb1e7be
3 changed files with 22 additions and 2 deletions

View File

@@ -14,9 +14,9 @@
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:roundIcon="@drawable/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Radiola"
tools:targetApi="31">