diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index aff78f232..16bbd3bae 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -18,7 +18,8 @@ android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" - android:theme="@style/TuskyTheme"> + android:theme="@style/TuskyTheme" + android:usesCleartextTraffic="false">