From a671f916c1af13267cf0035a8685d93e00d780d9 Mon Sep 17 00:00:00 2001 From: Michael Mee Date: Fri, 14 Apr 2017 09:55:40 -0700 Subject: [PATCH] Use latest build tools --- circle.yml | 4 ++-- library/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/circle.yml b/circle.yml index e6a8356..ed917c0 100644 --- a/circle.yml +++ b/circle.yml @@ -1,7 +1,7 @@ dependencies: pre: - - echo y | android update sdk --no-ui --all --filter tools,platform-tools,android-24 - - echo y | android update sdk --no-ui --all --filter build-tools-24.0.2 + - echo y | android update sdk --no-ui --all --filter tools,platform-tools,android-25 + - echo y | android update sdk --no-ui --all --filter build-tools-25.0.2 test: override: diff --git a/library/build.gradle b/library/build.gradle index 158aa0c..0cc4ab4 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -6,7 +6,7 @@ group='com.github.eggheadgames' android { compileSdkVersion 24 - buildToolsVersion "25.2.0" + buildToolsVersion "25.0.2" defaultConfig { minSdkVersion 15 @@ -29,7 +29,7 @@ android { dependencies { compile 'com.github.daniel-stoneuk:material-about-library:1.8.2' - compile('io.branch.sdk.android:library:2.5.7') { + compile('io.branch.sdk.android:library:2.6.1') { exclude module: 'answers.shim' } }