[Security] block cleartext traffic (#1420)

This commit is contained in:
Konrad Pozniak 2019-07-27 21:51:50 +02:00 committed by GitHub
parent a8d5c7b95a
commit 1a1be57d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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">