Use build tools rev 19.0.1

pull/73/head
Alex Baker 11 years ago
parent f15643a176
commit 6ab9469a2b

@ -15,14 +15,13 @@ before_install:
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
# install android build tools
- wget https://dl-ssl.google.com/android/repository/build-tools_r19-linux.zip
- unzip build-tools_r19-linux.zip -d $ANDROID_HOME
- wget https://dl-ssl.google.com/android/repository/build-tools_r19.0.1-linux.zip
- unzip build-tools_r19.0.1-linux.zip -d $ANDROID_HOME
- mkdir -p $ANDROID_HOME/build-tools/
- mv $ANDROID_HOME/android-4.4 $ANDROID_HOME/build-tools/19
- mv $ANDROID_HOME/android-4.4.2 $ANDROID_HOME/build-tools/19.0.1
# Install required components.
# For a full list, run `android list sdk -a --extended`
# Note that sysimg-19 downloads the ARM, x86 and MIPS images (we should optimize this).
# Other relevant API's
- echo yes | android update sdk --filter tools --no-ui --force > /dev/null
- echo yes | android update sdk --filter platform-tools --no-ui --force > /dev/null

@ -15,7 +15,7 @@ repositories {
android {
compileSdkVersion 19
buildToolsVersion "19"
buildToolsVersion "19.0.1"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7

@ -8,5 +8,5 @@
# project structure.
# Project target.
target=android-19
target=android-18
android.library=true

@ -15,7 +15,7 @@ repositories {
android {
compileSdkVersion 19
buildToolsVersion "19"
buildToolsVersion "19.0.1"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7

@ -9,4 +9,4 @@
android.library=true
# Project target.
target=android-19
target=android-18

@ -23,7 +23,7 @@ repositories {
android {
compileSdkVersion 19
buildToolsVersion "19"
buildToolsVersion "19.0.1"
defaultConfig {
minSdkVersion 7

@ -10,7 +10,7 @@
# Indicates whether an apk should be generated for each density.
split.density=false
# Project target.
target=android-19
target=android-18
apk-configurations=
android.library.reference.1=../api
android.library.reference.2=../android-aac-enc

Loading…
Cancel
Save