[Security] block cleartext traffic (#1420)

main
Konrad Pozniak 5 years ago committed by GitHub
parent bbd06a0d2a
commit 35179fc3b5
  1. 3
      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">
<activity
android:name=".SplashActivity"
android:theme="@style/SplashTheme">

Loading…
Cancel
Save