From 2a7f5e30f36e1f7c6078170fa1f97e6b6e24384c Mon Sep 17 00:00:00 2001 From: "Chris J. Karr" Date: Sat, 11 Feb 2017 15:43:36 -0600 Subject: [PATCH] Updating dependencies --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3f45b2b..8881f9e 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.1.1' compile 'com.squareup.okhttp3:okhttp:3.4.2' }