From da161d4d668dac61f0d0281712067275489a695d Mon Sep 17 00:00:00 2001 From: Marshall Weir Date: Fri, 9 Jan 2015 11:35:29 -0500 Subject: [PATCH] Update readme for 1.3.0 release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76ba4847..779340f5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ TokenAutoComplete ================= -TokenAutoComplete is a Android Gmail style token auto-complete text field and filter. It's designed to have an extremely simple API to make it easy for anyone to implement this functionality while still exposing enough customization to let you make it awesome. +TokenAutoComplete is an Android Gmail style token auto-complete text field and filter. It's designed to have an extremely simple API to make it easy for anyone to implement this functionality while still exposing enough customization to let you make it awesome. -Support for Android 2.2 and up. Will probably work back to Android 2.0, but I haven't tested it. +Support for Android 4.0.3 (API 15) and up. If you need support for earlier versions of Android, [version 1.2.1](https://github.com/splitwise/TokenAutoComplete/releases/tag/v1.2.1) is the most recent version that supports Android 2.2 (API 8) and up. ![Focused TokenAutoCompleteTextView example](https://raw.github.com/splitwise/TokenAutoComplete/gh-pages/images/focused.png)