From e36ee9100fbe84248e1c8b959ec36494729e3c9b Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Sun, 19 Nov 2023 19:32:57 +0330 Subject: [PATCH] Fix android manifest --- android/app/src/main/AndroidManifest.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index ced8b599..18fd9dd8 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,6 +1,7 @@ - + + @@ -115,4 +116,4 @@ android:name="flutterEmbedding" android:value="2" /> - + \ No newline at end of file