Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 30619f3

Browse files
authored
Allow HTTP (#56)
#Fix #55
1 parent d6939ee commit 30619f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
<application
1717
android:allowBackup="true"
18+
android:usesCleartextTraffic="true"
1819
android:hardwareAccelerated="true"
1920
android:icon="@drawable/icon"
2021
android:label="@string/AppName" >

0 commit comments

Comments
 (0)