diff --git a/AndroidManifest.xml.in b/AndroidManifest.xml.in
index e08b3e05a1e46a7859aa167af4a44ca3fb16a211..ae820a1e7115b274bd9afaff3cbbaf5ed33b8c64 100644
--- a/AndroidManifest.xml.in
+++ b/AndroidManifest.xml.in
@@ -2,13 +2,13 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
       package="net.i2p.android.router"
       android:versionCode="0"
-      android:versionName="0.0.0-0_b0-API8"
+      android:versionName="0.0.0-0_b0-API9"
       android:installLocation="auto"
       >
     <uses-permission android:name="android.permission.INTERNET" />
     <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
 
-    <uses-sdk android:minSdkVersion="8"
+    <uses-sdk android:minSdkVersion="9"
               android:targetSdkVersion="19" />
 
     <application android:label="@string/app_name"
diff --git a/README.txt b/README.txt
index 7ed7625b8831d7cf973237ca7f1a18c5e2d2ab19..20054fedbd5c11b0c1c64f8cbc23ce01955410ce 100644
--- a/README.txt
+++ b/README.txt
@@ -34,7 +34,7 @@ Instructions:
 # target in project.properties from android-19 to andriod-x
 # where x is the API version.
 
-# I2P is configured to run on 2.2 (API 8) or higher using the
+# I2P is configured to run on 2.3 (API 9) or higher using the
 # Android Support Library, so download that as well
 # (it's under "Extras"). 
 
diff --git a/project.properties b/project.properties
index 5208598164151eb1ec40dd067b14a779cb7f149d..b94417ec89d895fa51ce3d23b4a881457b22f5ca 100644
--- a/project.properties
+++ b/project.properties
@@ -10,7 +10,7 @@
 # Project target.
 target=android-19
 # Must match that in AndroidManifest.xml.in
-minSdkVersion=8
+minSdkVersion=9
 # I2P router libs
 android.library.reference.1=./routerjars
 # Android Support Library
diff --git a/routerjars/AndroidManifest.xml.in b/routerjars/AndroidManifest.xml.in
index cd7a189d17102d0c93073512569aea0e177c52a0..a6a9aace28ae80ab088abbacb0051f4cbb9a656c 100644
--- a/routerjars/AndroidManifest.xml.in
+++ b/routerjars/AndroidManifest.xml.in
@@ -2,10 +2,10 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
       package="net.i2p.android.router"
       android:versionCode="0"
-      android:versionName="0.0.0-0_b0-API8"
+      android:versionName="0.0.0-0_b0-API9"
       android:installLocation="auto"
       >
 
-    <uses-sdk android:minSdkVersion="8" />
+    <uses-sdk android:minSdkVersion="9" />
 
 </manifest>