From 990a957383bd8df1f6570d2d7629a1c6dd8b33ce Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 22 Aug 2016 16:53:42 +0200 Subject: [PATCH] Bump android support library version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index bc249f3c..650e6b4a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,8 +5,8 @@ android { buildToolsVersion "24.0.1" dependencies { - compile 'com.android.support:support-annotations:24.1.1' - compile "com.android.support:support-v4:24.1.1" + compile 'com.android.support:support-annotations:24.2.0' + compile "com.android.support:support-v4:24.2.0" } defaultConfig {