diff options
author | Parménides GV <parmegv@sdf.org> | 2013-10-17 17:40:20 +0200 |
---|---|---|
committer | cyBerta <richy@cyborgsociety.org> | 2013-11-13 00:04:12 +0100 |
commit | d70e717f6347006b75fcfb17561ef8c38404b46b (patch) | |
tree | 65e76691099054d1c9f8a0a84f08c918dfb9a6cf /compile.sh | |
parent | 740832245a3f94ca534b48df2daeefb2d1656865 (diff) |
We need API 15 installed.
Diffstat (limited to 'compile.sh')
-rwxr-xr-x | compile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |