Skip to content

Commit 6c5a582

Browse files
authored
Enable cleartext traffic in AndroidManifest.xml
1 parent 7d26a75 commit 6c5a582

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
android:allowBackup="true"
1313
android:icon="@drawable/ic_launcher"
1414
android:label="@string/app_name"
15+
android:usesCleartextTraffic="true"
1516
android:supportsRtl="true"
1617
android:theme="@style/AppTheme"
1718
android:foregroundServiceType="dataSync"

0 commit comments

Comments
 (0)