From 1986b941a6f9430a829023d0757b235211069e79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot?= Date: Tue, 22 Aug 2017 14:38:30 +0200 Subject: [PATCH] Update build tools to 26.0.1 --- .travis.yml | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 475f51d..b375e74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ android: - tools - platform-tools - extra - - build-tools-25.0.3 + - build-tools-26.0.1 - android-26 licenses: - 'android-sdk-license-.+' diff --git a/build.gradle b/build.gradle index 6cc6f25..cc59c08 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 26 - buildToolsVersion "25.0.3" + buildToolsVersion "26.0.1" lintOptions { abortOnError false