aboutsummaryrefslogtreecommitdiffstats
path: root/tests/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/AndroidManifest.xml')
-rw-r--r--tests/AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index 54a2a02..7dc06ee 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -17,5 +17,7 @@
-->
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="org.connectbot"
- android:label="Tests for HostListActivity"/>
+ android:label="Tests for HostListActivity" />
+
+ <uses-sdk android:targetSdkVersion="6" android:minSdkVersion="3" />
</manifest>