react-native-zhuge
Version:
react native zhugeio.com tracking
17 lines (13 loc) • 652 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="wang.imchao.zhuge.test">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="23" />
<application>
<uses-library android:name="android.test.runner" />
</application>
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="wang.imchao.zhuge.test"
android:handleProfiling="false"
android:functionalTest="false"
android:label="Tests for wang.imchao.zhuge.test"/>
</manifest>