From d7e379739782627fc89d563937f1d6479a9fc949 Mon Sep 17 00:00:00 2001 From: Yudi Setiawan Date: Fri, 29 May 2020 13:38:40 +0700 Subject: [PATCH] Added internet permission for release mode in android platform --- android/app/src/main/AndroidManifest.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 44c1dd3..972ef45 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -5,6 +5,9 @@ In most cases you can leave this as-is, but you if you want to provide additional functionality it is fine to subclass or reimplement FlutterApplication and put your custom class here. --> + + +