From 14db2274af811ea39f9cba51c13d35240f79c6f0 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Fri, 17 Mar 2017 21:04:53 -0500 Subject: [PATCH] Play Services 10.2.1 --- build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e161223cc..42d683da3 100644 --- a/build.gradle +++ b/build.gradle @@ -102,8 +102,9 @@ configurations { final DAGGER_VERSION = '2.9' final BUTTERKNIFE_VERSION = '8.5.1' -final GPS_VERSION = '10.0.1' +final GPS_VERSION = '10.2.1' final SUPPORT_VERSION = '25.3.0' +final SUPPORT_ANNOTATIONS_VERSION = '26.0.0-alpha1' final STETHO_VERSION = '1.4.2' final TESTING_SUPPORT_VERSION = '0.5' @@ -158,5 +159,5 @@ dependencies { androidTestCompile 'com.natpryce:make-it-easy:4.0.1' androidTestCompile "com.android.support.test:runner:${TESTING_SUPPORT_VERSION}" androidTestCompile "com.android.support.test:rules:${TESTING_SUPPORT_VERSION}" - androidTestCompile "com.android.support:support-annotations:${SUPPORT_VERSION}" + androidTestCompile "com.android.support:support-annotations:${SUPPORT_ANNOTATIONS_VERSION}" }