Bump build-tools to 23.0.2

This commit is contained in:
Daniel Martí 2015-11-05 11:59:05 +01:00
parent 6483106a46
commit c74e272de7
5 changed files with 6 additions and 6 deletions

View File

@ -13,9 +13,9 @@ before_script:
- export ANDROID_HOME=$PWD/android-sdk
- export PATH="$ANDROID_HOME/tools:$PATH"
- echo " == Installing Android SDK components"
- echo y | android -s update sdk --no-ui -a -t platform-tools,tools,build-tools-23.0.1,android-22,extra-android-m2repository
- echo y | android -s update sdk --no-ui -a -t platform-tools,tools,build-tools-23.0.2,android-22,extra-android-m2repository
- export PATH="$ANDROID_HOME/platform-tools:$PATH"
- export PATH="$ANDROID_HOME/build-tools/23.0.1:$PATH"
- export PATH="$ANDROID_HOME/build-tools/23.0.2:$PATH"
- echo " == Installing Android emulator images"
- echo y | android -s update sdk --no-ui -a -t android-10
- echo " == Installing Gradle"

View File

@ -110,7 +110,7 @@ if (!hasProperty('sourceDeps')) {
android {
compileSdkVersion 22
buildToolsVersion '23.0.1'
buildToolsVersion '23.0.2'
sourceSets {
main {

View File

@ -11,7 +11,7 @@ dependencies {
android {
compileSdkVersion 22
buildToolsVersion '23.0.1'
buildToolsVersion '23.0.2'
defaultConfig {
minSdkVersion 8

View File

@ -19,7 +19,7 @@ dependencies {
android {
compileSdkVersion 19
buildToolsVersion '23.0.1'
buildToolsVersion '23.0.2'
defaultConfig {
minSdkVersion 7

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 22
buildToolsVersion '23.0.1'
buildToolsVersion '23.0.2'
defaultConfig {
minSdkVersion 8