summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-10-17 17:40:20 +0200
committercyBerta <richy@cyborgsociety.org>2013-11-13 00:04:12 +0100
commitd70e717f6347006b75fcfb17561ef8c38404b46b (patch)
tree65e76691099054d1c9f8a0a84f08c918dfb9a6cf
parent740832245a3f94ca534b48df2daeefb2d1656865 (diff)
We need API 15 installed.
-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