From d211ab6e01acdde6d9c604d71da1964f2708f5cb Mon Sep 17 00:00:00 2001 From: Xu Tan Date: Fri, 20 Oct 2017 14:59:07 -0700 Subject: [PATCH] Update build tools. (#45) Upgrade build tools. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 5f2b4e8..15e4f49 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 26 - buildToolsVersion "26.0.0" + buildToolsVersion "26.0.2" defaultConfig { applicationId "com.google.android.sambadocumentsprovider" minSdkVersion 23