xref: /MusicFree/android/app/src/debug/AndroidManifest.xml (revision d1a36a67ac3d03c61d8bafd8ac2bc121ea4f6f3e)
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