From 212be59fcae87a3d13867ba891c08c8fa346f24d Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 26 Dec 2016 04:48:28 +0100 Subject: [PATCH] gradle: Update build tools --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 86120dbe..57a61870 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 25 - buildToolsVersion "25.0.1" + buildToolsVersion "25.0.2" dependencies { compile 'com.android.support:support-annotations:25.0.1'