[Security] block cleartext traffic (#1420)
This commit is contained in:
parent
a8d5c7b95a
commit
1a1be57d54
|
@ -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…
Reference in New Issue