From 842594087e5b39c94300e35cc0775b5180aa25e1 Mon Sep 17 00:00:00 2001 From: "Chris J. Karr" Date: Tue, 4 Apr 2017 22:51:24 -0500 Subject: [PATCH] Updated build dependencies. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c7f3847..bf6c1c2 100755 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ android { buildToolsVersion '25.0.2' dependencies { - compile 'com.android.support:appcompat-v7:25.2.0' + compile 'com.android.support:appcompat-v7:25.3.1' compile 'com.squareup.okhttp3:okhttp:3.4.2' }