diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 61d80c4e..0efacf44 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,6 @@ - + @@ -11,8 +12,11 @@ android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" + android:networkSecurityConfig="@xml/network_security_config" android:supportsRtl="true" - android:theme="@style/Theme.Readrops.SplashScreen"> + android:theme="@style/Theme.Readrops.SplashScreen" + android:usesCleartextTraffic="true" + tools:targetApi="n"> + + + + + + + + + + \ No newline at end of file