Browse Source

added logo launcher app icon

Khubaib 1 year ago
parent
commit
4854d7e46c
2 changed files with 2 additions and 2 deletions
  1. BIN
      app/release/app-release.aab
  2. 2 2
      app/src/main/AndroidManifest.xml

BIN
app/release/app-release.aab


+ 2 - 2
app/src/main/AndroidManifest.xml

@@ -33,9 +33,9 @@
         android:banner="@drawable/logo_banner"
         android:dataExtractionRules="@xml/data_extraction_rules"
         android:fullBackupContent="@xml/backup_rules"
-        android:icon="@mipmap/app_logo_square"
+        android:icon="@mipmap/ic_launcher"
         android:label="@string/app_name"
-        android:roundIcon="@mipmap/app_logo_round"
+        android:roundIcon="@mipmap/ic_launcher_round"
         android:supportsRtl="true"
         android:theme="@style/Theme.AppCompat.Light.NoActionBar.App"
         android:usesCleartextTraffic="true"