diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b9bd251..0b3981d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -28,7 +28,8 @@ android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/Theme.Posefit"> + android:theme="@style/Theme.Posefit" + android:usesCleartextTraffic="true">