diff options
Diffstat (limited to 'android/app/src/debug')
-rw-r--r-- | android/app/src/debug/AndroidManifest.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml new file mode 100644 index 0000000..eb98c01 --- /dev/null +++ b/android/app/src/debug/AndroidManifest.xml | |||
@@ -0,0 +1,9 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
3 | xmlns:tools="http://schemas.android.com/tools"> | ||
4 | |||
5 | <application | ||
6 | android:usesCleartextTraffic="true" | ||
7 | tools:targetApi="28" | ||
8 | tools:ignore="GoogleAppIndexingWarning"/> | ||
9 | </manifest> | ||