Skip to content

Commit

Permalink
Merge pull request #539 from lamarios/feature/allow-http-traffic
Browse files Browse the repository at this point in the history
allow http traffic
  • Loading branch information
lamarios authored Apr 28, 2024
2 parents 13782b9 + e23adc8 commit 1dcda68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
android:label="Clipious"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:usesCleartextTraffic="true"
android:banner="@drawable/banner">
<!-- android:enableOnBackInvokedCallback="true"-->
<activity
Expand Down

0 comments on commit 1dcda68

Please sign in to comment.