From e0e8257f1c633b34c4c545f5e817d0e4b0228c41 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 28 Dec 2016 01:07:12 +0100 Subject: [PATCH] Update build dependencies --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ebdb3d0e..ccfc8132 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,8 +5,8 @@ android { buildToolsVersion "25.0.2" dependencies { - compile 'com.android.support:support-annotations:25.0.1' - compile "com.android.support:support-v4:25.0.1" + compile 'com.android.support:support-annotations:25.1.0' + compile "com.android.support:support-v4:25.1.0" } defaultConfig {