mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-12 03:55:01 -05:00
12 lines
526 B
XML
12 lines
526 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="org.yaaic.test"
|
|
android:versionCode="1"
|
|
android:versionName="1.0">
|
|
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
|
|
|
<uses-library android:name="android.test.runner" />
|
|
</application>
|
|
<uses-sdk android:minSdkVersion="4" />
|
|
<instrumentation android:targetPackage="org.yaaic" android:name="android.test.InstrumentationTestRunner" />
|
|
</manifest> |