Bump build-tools

This commit is contained in:
Daniel Martí 2015-09-05 23:00:47 -04:00
parent 6214b7f659
commit 232ed2229b
2 changed files with 3 additions and 3 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.0,android-22,extra-android-m2repository
- echo y | android -s update sdk --no-ui -a -t platform-tools,tools,build-tools-23.0.1,android-22,extra-android-m2repository
- export PATH="$ANDROID_HOME/platform-tools:$PATH"
- export PATH="$ANDROID_HOME/build-tools/23.0.0:$PATH"
- export PATH="$ANDROID_HOME/build-tools/23.0.1:$PATH"
- echo " == Installing emulator system images"
- echo y | android -s update sdk --no-ui -a -t android-10
- echo " == Installing Gradle"

View File

@ -117,7 +117,7 @@ task binaryDeps(type: Copy, dependsOn: ':F-Droid:prepareReleaseDependencies') {
android {
compileSdkVersion 22
buildToolsVersion '23.0.0'
buildToolsVersion '23.0.1'
sourceSets {
main {