aboutsummaryrefslogtreecommitdiff
path: root/integration_tests/compat-target28/src/main/AndroidManifest.xml
blob: 9419a324e5d97d597a24cf5677ba8ff2eecb4f81 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:tools="http://schemas.android.com/tools"
    package="org.robolectric.integrationtests.compattarget28"
    xmlns:android="http://schemas.android.com/apk/res/android">
    <application
        android:appComponentFactory="org.robolectric.integrationtests.compattarget28.TestAppComponentFactory"
        tools:targetApi="p" />
</manifest>