20 lines
705 B
Plaintext
20 lines
705 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
package="com.example.administrator.ximengjianyu.test" >
|
||
|
|
||
|
<uses-sdk
|
||
|
android:minSdkVersion="15"
|
||
|
android:targetSdkVersion="26" />
|
||
|
|
||
|
<instrumentation
|
||
|
android:name="android.support.test.runner.AndroidJUnitRunner"
|
||
|
android:functionalTest="false"
|
||
|
android:handleProfiling="false"
|
||
|
android:label="Tests for com.example.administrator.ximengjianyu"
|
||
|
android:targetPackage="com.example.administrator.ximengjianyu" />
|
||
|
|
||
|
<application>
|
||
|
<uses-library android:name="android.test.runner" />
|
||
|
</application>
|
||
|
|
||
|
</manifest>
|