diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ed9b191d..512e469d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -49,10 +49,10 @@ android:allowBackup="true" android:dataExtractionRules="@xml/data_extraction_rules" android:fullBackupContent="@xml/backup_descriptor" - android:icon="@mipmap/ic_launcher_new" + android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:largeHeap="true" - android:roundIcon="@mipmap/ic_launcher_new_round" + android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme" android:usesCleartextTraffic="true"