Skip to content

Commit 266be1a

Browse files
update android/app/src/main/AndroidManifest.xml
1 parent 6d74953 commit 266be1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
<application
1111
android:allowBackup="true"
12-
android:icon="@mipmap/ic_launcher"
12+
android:icon="@drawable/splash"
13+
android:roundIcon="@drawable/splash"
1314
android:label="@string/app_name"
14-
android:roundIcon="@mipmap/ic_launcher_round"
1515
android:supportsRtl="true"
1616
android:theme="@style/AppTheme">
1717
<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="@string/admob_app_id" />

0 commit comments

Comments
 (0)