Skip to content

Commit f728617

Browse files
authored
Update template to work with debugOptimized variant (#155)
1 parent 75cbabf commit f728617

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

template/android/app/src/debug/AndroidManifest.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

template/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
android:roundIcon="@mipmap/ic_launcher_round"
1010
android:allowBackup="false"
1111
android:theme="@style/AppTheme"
12+
android:usesCleartextTraffic="${usesCleartextTraffic}"
1213
android:supportsRtl="true">
1314
<activity
1415
android:name=".MainActivity"

0 commit comments

Comments
 (0)