bc65d1c06f621bfd1f9e2e8b93e2f12f230529ef
[pub/Android/ownCloud.git] / tests / AndroidManifest.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.owncloud.android.test"
4 android:versionCode="1"
5 android:versionName="1.0" >
6
7 <uses-sdk android:minSdkVersion="8" />
8
9 <instrumentation
10 android:name="android.test.InstrumentationTestRunner"
11 android:targetPackage="com.owncloud.android" />
12
13 <application
14 android:icon="@drawable/ic_launcher"
15 android:label="@string/app_name" >
16 <uses-library android:name="android.test.runner" />
17 </application>
18
19 </manifest>