Skip to content

Commit

Permalink
fix: enable cleartext traffic in AndroidManifest.xml (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Blank authored Oct 3, 2024
1 parent 35a2d7c commit 19c5385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<uses-permission android:name="android.permission.VIBRATE" />
<application
android:label="Vaani"
android:name="${applicationName}"
android:name="${applicationName}" android:usesCleartextTraffic="true"
android:icon="@mipmap/ic_launcher">
<!-- android:name=".MainActivity" -->
<activity
Expand Down

0 comments on commit 19c5385

Please sign in to comment.