<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:tools="http://schemas.android.com/tools"
    xmlns:android="http://schemas.android.com/apk/res/android">
    <application
        android:appComponentFactory="org.robolectric.integrationtests.sdkcompat.TestAppComponentFactory"
        tools:targetApi="q" />
</manifest>
