From cb6fc588765b11e85eef9929c9e2cd854702d40c Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Sun, 28 Aug 2022 20:16:29 +1200 Subject: [PATCH] Remove ACCESS_NETWORK_STATE from apk when building One of my libraries must be adding this, but we don't need it. --- 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 f169130..e2e814f 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,10 +1,12 @@ +