Skip to content

Commit

Permalink
Merge pull request #241 from kiskoza/local-debug-build
Browse files Browse the repository at this point in the history
Allow clear text traffic in debug build
  • Loading branch information
jayohms authored Aug 29, 2023
2 parents d3f0798 + b2691f1 commit 32e39db
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions demo/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:tools="http://schemas.android.com/tools"
package="dev.hotwire.turbo.demo"
xmlns:android="http://schemas.android.com/apk/res/android">

<application
android:usesCleartextTraffic="true">
</application>

</manifest>

0 comments on commit 32e39db

Please sign in to comment.