From 4a1060832a4745e22deffff62034f1dff20cfd2e Mon Sep 17 00:00:00 2001 From: Garret Yoder Date: Tue, 13 Mar 2018 17:37:23 -0400 Subject: [PATCH] Update build.gradle Update support library --- library/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 440ebd9..dc3d315 100755 --- a/library/build.gradle +++ b/library/build.gradle @@ -22,6 +22,6 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:25.3.1' - compile 'com.android.support:preference-v14:25.3.1' + compile 'com.android.support:appcompat-v7:227.1.0' + compile 'com.android.support:preference-v14:27.1.0' }