From 0272097abcaa3c632a87e22bb2aebd9d42c01c4c Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Fri, 30 Sep 2016 13:59:22 -0500 Subject: [PATCH] Play Services 9.6.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 506bd0fa6..cfaa496a7 100644 --- a/build.gradle +++ b/build.gradle @@ -24,8 +24,8 @@ repositories { android { lintOptions { lintConfig file("lint.xml") - textReport true textOutput 'stdout' + textReport true } compileSdkVersion 24 @@ -102,7 +102,7 @@ configurations { final DAGGER_VERSION = '2.6.1' final BUTTERKNIFE_VERSION = '8.3.0' -final GPS_VERSION = '9.4.0' +final GPS_VERSION = '9.6.1' final SUPPORT_VERSION = '24.2.1' final STETHO_VERSION = '1.3.1' final TESTING_SUPPORT_VERSION = '0.5'