summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.txt2
-rwxr-xr-xcompile.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 5e4d8abe..4e1f0db0 100644
--- a/README.txt
+++ b/README.txt
@@ -5,7 +5,7 @@ Preconditions
----------------
1. Android SDK installed (follow instructions from http://developer.android.com/sdk/index.html)
-2. API version 16 or version installed.
+2. API version 15 installed.
2. Ant 1.6 or greater
Instructions to compile
diff --git a/compile.sh b/compile.sh
index 250f9460..179440d0 100755
--- a/compile.sh
+++ b/compile.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-android update project --path . --name "Bitmask for Android" --target android-17
+android update project --path . --name "Bitmask for Android" --target android-15
ant debug