mirror of
https://github.com/TrianguloY/LightningLauncher.git
synced 2025-02-13 20:47:56 +01:00
added usesCleartextTraffic="true"
This commit is contained in:
parent
35bc8e7f9c
commit
3d754d8e44
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,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…
Add table
Reference in a new issue