Преглед на файлове

add debug/AndroidManifest.xml

wudebin преди 6 месеца
родител
ревизия
c69743ef95
променени са 1 файла, в които са добавени 9 реда и са изтрити 0 реда
  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>