mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
change API version configured by build script to be what I'm using now
This commit is contained in:
parent
008cce8f37
commit
e7d20fd2a3
2 changed files with 6 additions and 6 deletions
|
@ -3,11 +3,12 @@
|
||||||
#
|
#
|
||||||
# This file must be checked in Version Control Systems.
|
# This file must be checked in Version Control Systems.
|
||||||
#
|
#
|
||||||
# To customize properties used by the Ant build system use,
|
# To customize properties used by the Ant build system edit
|
||||||
# "ant.properties", and override values to adapt the script to your
|
# "ant.properties", and override values to adapt the script to your
|
||||||
# project structure.
|
# project structure.
|
||||||
|
#
|
||||||
|
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
|
||||||
|
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||||
|
|
||||||
# Indicates whether an apk should be generated for each density.
|
|
||||||
split.density=false
|
|
||||||
# Project target.
|
# Project target.
|
||||||
target=Google Inc.:Google APIs:11
|
target=Google Inc.:Google APIs:11
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -u -e
|
set -u -e
|
||||||
|
|
||||||
TARGET="android-7"
|
TARGET="Google Inc.:Google APIs:11"
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
echo "usage: $0 [--target TARGET]"
|
echo "usage: $0 [--target TARGET]"
|
||||||
|
@ -24,8 +24,7 @@ while [ $# -ge 1 ]; do
|
||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
|
|
||||||
# create local.properties for 1.6 sdk (target id 4). Use 'android
|
# create local.properties
|
||||||
# list targets' to get the full set.
|
|
||||||
android update project --path . --target $TARGET
|
android update project --path . --target $TARGET
|
||||||
|
|
||||||
echo "local.properties looks like this:"
|
echo "local.properties looks like this:"
|
||||||
|
|
Loading…
Reference in a new issue