From e3d09cd116feb182a7aa9f35b8107d8d33cfd1f8 Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Wed, 12 May 2021 01:09:06 +0200 Subject: [PATCH] fix: allow internet access during release build --- android/app/src/main/AndroidManifest.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 55099cd..ef337af 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -39,4 +39,6 @@ android:name="flutterEmbedding" android:value="2" /> + +