Browse Source

add debug/AndroidManifest.xml

wudebin 6 months ago
parent
commit
c69743ef95
1 changed files with 9 additions and 0 deletions
  1. 9 0
      Strides-SPAPP/android/app/src/debug/AndroidManifest.xml

+ 9 - 0
Strides-SPAPP/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>