xref: /MusicFree/android/app/src/debug/AndroidManifest.xml (revision 5589cdf32b2bb0f641e5ac7bf1f6152cd6b9b70e)
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    xmlns:tools="http://schemas.android.com/tools">
4
5    <application
6        android:usesCleartextTraffic="true"
7        tools:targetApi="28"
8        tools:ignore="GoogleAppIndexingWarning"/>
9</manifest>
10