20 lines
689 B
XML
20 lines
689 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
package="com.verdnatura.verdnaturaventas.test" >
|
||
|
|
||
|
<uses-sdk
|
||
|
android:minSdkVersion="19"
|
||
|
android:targetSdkVersion="27" />
|
||
|
|
||
|
<instrumentation
|
||
|
android:name="com.android.test.runner.MultiDexTestRunner"
|
||
|
android:functionalTest="false"
|
||
|
android:handleProfiling="false"
|
||
|
android:label="Tests for com.verdnatura.verdnaturaventas"
|
||
|
android:targetPackage="com.verdnatura.verdnaturaventas" />
|
||
|
|
||
|
<application android:debuggable="true" >
|
||
|
<uses-library android:name="android.test.runner" />
|
||
|
</application>
|
||
|
|
||
|
</manifest>
|