allow cleartext traffic

This commit is contained in:
dkanada 2019-07-15 16:25:16 -07:00
commit 6c7e5895de
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:usesCleartextTraffic="true"
android:theme="@style/Theme.Phonograph.Light"
tools:ignore="UnusedAttribute">
<activity android:name=".ui.activities.MainActivity" />