We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a92b5 commit 071d65bCopy full SHA for 071d65b
2 files changed
template/android/app/src/debug/AndroidManifest.xml
template/android/app/src/main/AndroidManifest.xml
@@ -9,6 +9,7 @@
9
android:roundIcon="@mipmap/ic_launcher_round"
10
android:allowBackup="false"
11
android:theme="@style/AppTheme"
12
+ android:usesCleartextTraffic="${usesCleartextTraffic}"
13
android:supportsRtl="true">
14
<activity
15
android:name=".MainActivity"
0 commit comments