mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
update name of target SDK version (but not the version itself)
This commit is contained in:
parent
0fb4c19ca7
commit
af801997ef
2 changed files with 2 additions and 2 deletions
|
@ -11,4 +11,4 @@
|
|||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||
|
||||
# Project target.
|
||||
target=Google Inc.:Google APIs:14
|
||||
target=android-14
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -u -e
|
||||
|
||||
TARGET="Google Inc.:Google APIs:14"
|
||||
TARGET="android-14"
|
||||
|
||||
usage() {
|
||||
echo "usage: $0 [--target TARGET]"
|
||||
|
|
Loading…
Reference in a new issue