We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d74953 commit 266be1aCopy full SHA for 266be1a
android/app/src/main/AndroidManifest.xml
@@ -9,9 +9,9 @@
9
10
<application
11
android:allowBackup="true"
12
- android:icon="@mipmap/ic_launcher"
+ android:icon="@drawable/splash"
13
+ android:roundIcon="@drawable/splash"
14
android:label="@string/app_name"
- android:roundIcon="@mipmap/ic_launcher_round"
15
android:supportsRtl="true"
16
android:theme="@style/AppTheme">
17
<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="@string/admob_app_id" />
0 commit comments