fix Android 8 warnings for cleartext traffic
This commit is contained in:
parent
e4c77664f6
commit
721ee3a5f4
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
android:theme="@style/AppTheme"
|
||||
android:name=".NewsReaderApplication"
|
||||
android:supportsRtl="true"
|
||||
android:usesCleartextTraffic="true"
|
||||
tools:replace="android:icon, android:label, android:theme, android:name">
|
||||
<activity
|
||||
android:name=".NewsReaderListActivity"
|
||||
|
|
Loading…
Reference in a new issue