summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2013-08-02 21:56:47 -0700
committerScott Kennedy <skennedy@google.com>2013-08-02 21:56:47 -0700
commit1650ef6bb75ba88340cc59d22b2578c0f460b4f1 (patch)
treeeeb047a771ece625a0b24fcbec7f0872237d1cc3 /AndroidManifest.xml
parentc430ea869c6d2e969cf8471875c951d201088610 (diff)
downloadchips-1650ef6bb75ba88340cc59d22b2578c0f460b4f1.tar.gz
Make Chips work on API 11+
By using the support library, and copying a few methods from TextView into RecipientEditTextView, we can support chips back to API 11. Bug: 8744878 Change-Id: I2d9bb43e71556504e929dcdccff9dae347020f28
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index fd7775d..7487c18 100644
--- a/AndroidManifest.xml
+++ b/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