blob: e556a2a2b4309fc580a2d21f42f4060935ea1953 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.robolectric.integration_tests.multidex">
<uses-sdk
android:targetSdkVersion="27"/>
<application />
<instrumentation
android:name="androidx.test.runner.AndroidJUnitRunner"
android:targetPackage="org.robolectric.integration_tests.multidex"/>
</manifest>