We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9251d0b commit 6fc7a22Copy full SHA for 6fc7a22
android/app/src/main/AndroidManifest.xml
@@ -10,7 +10,8 @@
10
android:icon="@mipmap/ic_launcher"
11
android:roundIcon="@mipmap/ic_launcher_round"
12
android:allowBackup="false"
13
- android:theme="@style/AppTheme">
+ android:theme="@style/AppTheme"
14
+ android:usesCleartextTraffic="true">
15
<activity
16
android:name=".MainActivity"
17
android:label="@string/app_name"
0 commit comments