Fix HTTP support

This commit is contained in:
Andrew Rabert 2019-09-01 18:27:06 -04:00
parent 687f64c115
commit 9e57cf1433
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@
android:backupAgent="net.nullsum.audinaut.util.SettingsBackupAgent"
android:icon="@drawable/launch"
android:label="@string/common.appname"
android:usesCleartextTraffic="true"
android:theme="@style/LaunchScreen">
<uses-library android:name="android.test.runner" />