Bump QSB version to 1.1 and build against Froyo SDK

Change-Id: I0dcf240ab68c04642fcf8cdb15b4b5dfd2c86553
diff --git a/Android.mk b/Android.mk
index 29dca35..a906cda 100644
--- a/Android.mk
+++ b/Android.mk
@@ -19,7 +19,7 @@
 
 LOCAL_MODULE_TAGS := optional
 
-LOCAL_SDK_VERSION := current
+LOCAL_SDK_VERSION := 8
 
 LOCAL_STATIC_JAVA_LIBRARIES := \
     guava \
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 18edda0..36bcedb 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -16,10 +16,12 @@
 
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
       package="com.android.quicksearchbox"
-      android:versionCode="100" android:versionName="1.0">
+      android:versionCode="110" android:versionName="1.1">
 
     <original-package android:name="com.android.quicksearchbox" />
 
+    <uses-sdk android:minSdkVersion="8" />
+
     <uses-permission android:name="android.permission.GLOBAL_SEARCH" />
 
     <!-- Permissions needed by the default corpora. We request these instead of just relying on