From 7e6ad9b5cd357505044ef3a54e9a5970c4247e65 Mon Sep 17 00:00:00 2001 From: "Mr. Robot" Date: Thu, 11 Feb 2021 20:40:51 +0100 Subject: [PATCH] add network security config to manifest --- app/src/main/AndroidManifest.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index d63bdb8..a6369ef 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -15,9 +15,11 @@ android:debuggable="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" + android:networkSecurityConfig="@xml/network_security_config" android:roundIcon="@mipmap/ic_launcher_round" android:theme="@style/Theme.Allsafe" - tools:ignore="HardcodedDebugMode"> + tools:ignore="HardcodedDebugMode" + tools:targetApi="n"> + +