From 1b1589c25339c46f7a91afe8e79d7d38bf4b476b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Ander=20Pe=C3=B1alba?= Date: Mon, 20 Mar 2017 23:42:47 +0100 Subject: [PATCH] Update Android Design Support Library to v25.3.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4f6c7b55..0ca97a31 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,7 @@ repositories { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:design:25.2.0' + compile 'com.android.support:design:25.3.0' compile 'com.squareup.picasso:picasso:2.5.2' compile 'com.squareup.retrofit2:converter-moshi:2.1.0' compile 'com.squareup.okhttp3:okhttp-urlconnection:3.6.0'