From ff365c791b722ac5b5f6d15bb2758bf1b65c56e9 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Sun, 11 Feb 2024 17:49:53 +1300 Subject: [PATCH] Add icon to application tag of AndroidManifest.xml --- android/app/src/debug/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 4b185bc..3d8af85 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -7,7 +7,8 @@ + tools:ignore="GoogleAppIndexingWarning" + android:icon="@mipmap/ic_launcher">