Explorar o código

add debug/AndroidManifest.xml

wudebin hai 6 meses
pai
achega
c69743ef95
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  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>