<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.yazmani.vlc.test" >

    <uses-sdk
        android:minSdkVersion="23"
        android:targetSdkVersion="28" />

    <instrumentation
        android:name="android.test.InstrumentationTestRunner"
        android:functionalTest="false"
        android:handleProfiling="false"
        android:label="Tests for com.yazmani.vlc.test"
        android:targetPackage="com.yazmani.vlc.test" />

    <uses-feature
        android:glEsVersion="0x00020000"
        android:required="true" />

    <application
        android:appComponentFactory="androidx.core.app.CoreComponentFactory"
        android:debuggable="true"
        android:label="@string/app_name"
        android:supportsRtl="true" >
        <uses-library android:name="android.test.runner" />
    </application>

</manifest>