浏览代码

added logo launcher app icon

Khubaib 1 年之前
父节点
当前提交
4854d7e46c
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 二进制
      app/release/app-release.aab
  2. 2 2
      app/src/main/AndroidManifest.xml

二进制
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"