summaryrefslogtreecommitdiff
path: root/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests2/AndroidManifest.xml
blob: 1cadfcdf3b81038ed4870111685bd4d270e04377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.multidexlegacytestapp.test2"
    android:versionCode="1"
    android:versionName="1.0" >

    <uses-sdk android:minSdkVersion="8" />
    <instrumentation
        android:name="com.android.multidexlegacytestapp.test2.MultiDexAndroidJUnitRunner"
        android:targetPackage="com.android.multidexlegacytestapp" />

    <application
        android:label="multidexlegacytestapp.test" >
        <uses-library android:name="android.test.runner" />
    </application>
</manifest>