tooot/android/app/src/debug/AndroidManifest.xml

9 lines
312 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2021-01-28 00:41:53 +01:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
2021-03-16 00:36:32 +01:00
<application
android:usesCleartextTraffic="true"
tools:targetApi="28"
tools:ignore="GoogleAppIndexingWarning"/>
</manifest>