summaryrefslogtreecommitdiff
path: root/tests/AndroidManifest.xml
blob: 3e0b3496654b9c27e72117517e34533f5947b2c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
	package="se.leap.bitmaskclient.test"
	android:versionCode="1"
	android:versionName="1.0" >
	
	
	<uses-sdk android:minSdkVersion="16" />

	<instrumentation
		android:name="android.test.InstrumentationTestRunner"
		android:targetPackage="se.leap.bitmaskclient" />

	<application>
		<uses-library android:name="android.test.runner" />
	</application>
</manifest>