blob: d237f92f777a9098d2c401c043b0d0ac03fc36e8 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.apps.common.testing.ui.espresso.contrib.tests" >
<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="18" />
<application>
<uses-library android:name="android.test.runner" />
</application>
<instrumentation
android:name="com.google.android.apps.common.testing.testrunner.GoogleInstrumentationTestRunner"
android:targetPackage="com.google.android.apps.common.testing.ui.testapp" />
</manifest>