Update build tools to 18.1.1

pull/46/head
Alex Baker 11 years ago
parent 77e4e5f001
commit 274e79b725

@ -13,10 +13,10 @@ 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_r18.1-linux.zip
- unzip build-tools_r18.1-linux.zip -d $ANDROID_HOME
- wget https://dl-ssl.google.com/android/repository/build-tools_r18.1.1-linux.zip
- unzip build-tools_r18.1.1-linux.zip -d $ANDROID_HOME
- mkdir -p $ANDROID_HOME/build-tools/
- mv $ANDROID_HOME/android-4.3 $ANDROID_HOME/build-tools/18.1
- mv $ANDROID_HOME/android-4.3.1 $ANDROID_HOME/build-tools/18.1.1
# Install required components.
# For a full list, run `android list sdk -a --extended`

@ -15,7 +15,7 @@ repositories {
android {
compileSdkVersion 18
buildToolsVersion "18.1"
buildToolsVersion "18.1.1"
defaultConfig {
minSdkVersion 7

@ -15,7 +15,7 @@ repositories {
android {
compileSdkVersion 18
buildToolsVersion "18.1"
buildToolsVersion "18.1.1"
defaultConfig {
minSdkVersion 7

@ -23,7 +23,7 @@ repositories {
android {
compileSdkVersion 18
buildToolsVersion "18.1"
buildToolsVersion "18.1.1"
defaultConfig {
minSdkVersion 7

Loading…
Cancel
Save