From ef892fca0b2074b0b3d2157a828bc3944510e3b8 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sat, 23 Jul 2016 16:52:24 +0200 Subject: [PATCH] Update versions of support dependencies --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 24db12b6..fcd9ea17 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,8 +5,8 @@ android { buildToolsVersion "23.0.3" dependencies { - compile 'com.android.support:support-annotations:24.0.0' - compile "com.android.support:support-v4:24.0.0" + compile 'com.android.support:support-annotations:24.1.1' + compile "com.android.support:support-v4:24.1.1" } defaultConfig {