diff options
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | compile.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 |