UNPKG

weex-plugin-image-picker

Version:

image-picker extend for weex

20 lines (16 loc) 639 B
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.weex.demo.test" > <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="25" /> <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner" android:functionalTest="false" android:handleProfiling="false" android:label="Tests for org.weex.demo" android:targetPackage="org.weex.demo" /> <application android:debuggable="true" > <uses-library android:name="android.test.runner" /> </application> </manifest>