This repository has been archived on 2021-02-16. You can view files and clone it, but cannot push or open issues or pull requests.
vn-sales/verdnaturaventas/build/intermediates/merged_manifests/debugAndroidTest/AndroidManifest.xml

20 lines
689 B
XML
Raw Normal View History

2019-07-31 10:12:01 +00:00
<?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>