diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 1680ef09..8c8b218f 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -17,10 +17,10 @@ android:allowBackup="true" android:dataExtractionRules="@xml/data_extraction_rules" android:fullBackupContent="@xml/backup_rules" - android:icon="@mipmap/ic_launcher_temp_round" + android:icon="@mipmap/ic_launcher_final" android:name=".LacertaApplication" android:label="@string/app_name" - android:roundIcon="@mipmap/ic_launcher_round" + android:roundIcon="@mipmap/ic_launcher_final_round" android:supportsRtl="true" android:theme="@style/Theme.Lacerta" tools:targetApi="31">