Files
jellyfin-audio-player/android/app/src/debug/AndroidManifest.xml

9 lines
312 B
XML
Raw Normal View History

2020-06-16 17:51:51 +02:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
2021-03-21 20:16:26 +01:00
<application
2024-01-31 22:10:51 +01:00
android:usesCleartextTraffic="true"
2021-03-21 20:16:26 +01:00
tools:targetApi="28"
2024-01-31 22:10:51 +01:00
tools:ignore="GoogleAppIndexingWarning"/>
</manifest>