From 8c39a9836138f879923f801f5cde12064ae05c51 Mon Sep 17 00:00:00 2001 From: "Chris J. Karr" Date: Sat, 17 Dec 2016 18:44:07 -0600 Subject: [PATCH] Updating build dependencies --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 6b87ca1..3f45b2b 100755 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:2.2.2' + classpath 'com.android.tools.build:gradle:2.2.3' } } @@ -31,10 +31,10 @@ android { } compileSdkVersion 25 - buildToolsVersion '25.0.0' + buildToolsVersion '25.0.2' dependencies { - compile 'com.android.support:appcompat-v7:25.0.1' + compile 'com.android.support:appcompat-v7:25.1.0' compile 'com.squareup.okhttp3:okhttp:3.4.2' }