From 5be3099a5b9067c85b400be68eb3ca0bb909fdc4 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Fri, 13 May 2016 00:18:51 +0200 Subject: [PATCH] Update build tools SDK version --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e68f0973..456ca130 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 23 - buildToolsVersion "23.0.2" + buildToolsVersion "23.0.3" dependencies { compile 'com.android.support:support-annotations:23.3.0'