aboutsummaryrefslogtreecommitdiff
path: root/android/app/src/debug
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--android/app/src/debug/AndroidManifest.xml9
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 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools">
+
+ <application
+ android:usesCleartextTraffic="true"
+ tools:targetApi="28"
+ tools:ignore="GoogleAppIndexingWarning"/>
+</manifest>