change API version configured by build script to be what I'm using now

This commit is contained in:
Eric House 2013-07-08 07:03:57 -07:00
parent 008cce8f37
commit e7d20fd2a3
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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:"