From 232ed2229bf99209534c561d320f317b80db2cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 5 Sep 2015 23:00:47 -0400 Subject: [PATCH] Bump build-tools --- .gitlab-ci.yml | 4 ++-- F-Droid/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95025e391..14e5dcafb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" diff --git a/F-Droid/build.gradle b/F-Droid/build.gradle index cf501109f..3be3dceea 100644 --- a/F-Droid/build.gradle +++ b/F-Droid/build.gradle @@ -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 {