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'