mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +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
|
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||||
|
|
||||||
# Project target.
|
# Project target.
|
||||||
target=Google Inc.:Google APIs:14
|
target=android-14
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -u -e
|
set -u -e
|
||||||
|
|
||||||
TARGET="Google Inc.:Google APIs:14"
|
TARGET="android-14"
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
echo "usage: $0 [--target TARGET]"
|
echo "usage: $0 [--target TARGET]"
|
||||||
|
|
Loading…
Reference in a new issue