From 0d4ff7a2bec1c9ae44d46bbbc8f432ff46698f4a Mon Sep 17 00:00:00 2001 From: Burak Eregar Date: Sun, 11 Jun 2017 17:57:06 +0300 Subject: [PATCH] Support library version is updated. --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 617bd6d..3bed4f5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,6 +20,6 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:25.2.0' - compile 'com.android.support:design:25.2.0' + compile 'com.android.support:appcompat-v7:25.3.1' + compile 'com.android.support:design:25.3.1' }