From cf70b598d944c1fd7df46f52df2569aefa9e84f3 Mon Sep 17 00:00:00 2001 From: "Chris J. Karr" Date: Wed, 22 Feb 2017 08:50:44 -0600 Subject: [PATCH] Updating build dependencies --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3f45b2b..c7f3847 100755 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ android { buildToolsVersion '25.0.2' dependencies { - compile 'com.android.support:appcompat-v7:25.1.0' + compile 'com.android.support:appcompat-v7:25.2.0' compile 'com.squareup.okhttp3:okhttp:3.4.2' }