fix Android 8 warnings for cleartext traffic

This commit is contained in:
David Luhmer 2018-10-08 15:54:35 +02:00
parent e4c77664f6
commit 721ee3a5f4

View file

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