apps-android-commons/commons/app/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml
2016-06-02 16:18:12 +01:00

16 lines
648 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="fr.free.nrw.commons.test">
<uses-sdk android:minSdkVersion="11" android:targetSdkVersion="23" />
<application>
<uses-library android:name="android.test.runner" />
</application>
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="fr.free.nrw.commons"
android:handleProfiling="false"
android:functionalTest="false"
android:label="Tests for fr.free.nrw.commons"/>
</manifest>