mirror of
https://github.com/TrianguloY/LightningLauncher.git
synced 2024-11-16 19:49:08 +01:00
Allow cleartext HTTP traffic (#22)
This commit is contained in:
parent
3a81dde853
commit
6f3e4bd03b
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
|||
|
||||
<application android:allowBackup="true"
|
||||
android:label="@string/app_name"
|
||||
android:icon="@drawable/ic_launcher">
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:usesCleartextTraffic="true">
|
||||
|
||||
</application>
|
||||
|
||||
|
|
Loading…
Reference in a new issue