From 0c6180bbb13d814276177a1892f564ddd57983cb Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 24 Nov 2016 23:26:27 +0100 Subject: [PATCH] Update gradle deps --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c8ecaa06..c8c284c5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,11 +2,11 @@ apply plugin: 'com.android.application' android { compileSdkVersion 25 - buildToolsVersion "25.0.0" + buildToolsVersion "25.0.1" dependencies { - compile 'com.android.support:support-annotations:25.0.0' - compile "com.android.support:support-v4:25.0.0" + compile 'com.android.support:support-annotations:25.0.1' + compile "com.android.support:support-v4:25.0.1" } defaultConfig {