summaryrefslogtreecommitdiffstats
path: root/chips/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chips/AndroidManifest.xml')
-rw-r--r--chips/AndroidManifest.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/chips/AndroidManifest.xml b/chips/AndroidManifest.xml
index fd7775d..7487c18 100644
--- a/chips/AndroidManifest.xml
+++ b/chips/AndroidManifest.xml
@@ -16,4 +16,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.ex.chips"
android:versionCode="1">
-</manifest>
+
+ <uses-sdk
+ android:minSdkVersion="11"
+ android:targetSdkVersion="18" />
+
+</manifest> \ No newline at end of file