From b8162cb29612eeb07682632bafdea0271dd7160f Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Thu, 20 Oct 2016 15:07:45 -0500 Subject: [PATCH] Update third party dependencies --- build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 4f78b9e74..29971b73f 100644 --- a/build.gradle +++ b/build.gradle @@ -100,11 +100,11 @@ configurations { all*.exclude group: 'org.apache.httpcomponents', module: 'httpclient' } -final DAGGER_VERSION = '2.6.1' +final DAGGER_VERSION = '2.7' final BUTTERKNIFE_VERSION = '8.4.0' final GPS_VERSION = '9.6.1' final SUPPORT_VERSION = '25.0.0' -final STETHO_VERSION = '1.3.1' +final STETHO_VERSION = '1.4.1' final TESTING_SUPPORT_VERSION = '0.5' dependencies { @@ -120,12 +120,12 @@ dependencies { compile 'com.github.rey5137:material:1.2.4' compile 'com.android.support:multidex:1.0.1' - compile 'com.nononsenseapps:filepicker:2.5.2' + compile 'com.nononsenseapps:filepicker:3.1.0' compile "com.android.support:design:${SUPPORT_VERSION}" compile "com.android.support:support-annotations:${SUPPORT_VERSION}" - compile 'com.jakewharton.timber:timber:4.1.2' + compile 'com.jakewharton.timber:timber:4.3.1' compile 'com.google.guava:guava:19.0' - compile 'com.jakewharton:process-phoenix:1.0.2' + compile 'com.jakewharton:process-phoenix:1.1.0' compile 'com.google.android.apps.dashclock:dashclock-api:2.0.0' compile 'com.twofortyfouram:android-plugin-api-for-locale:1.0.2' compile ('com.rubiconproject.oss:jchronic:0.2.6') { @@ -134,7 +134,7 @@ dependencies { compile ('org.scala-saddle:google-rfc-2445:20110304') { transitive = false } - compile ('com.wdullaer:materialdatetimepicker:2.3.0') { + compile ('com.wdullaer:materialdatetimepicker:2.5.0') { exclude group: 'com.android.support', module: 'support-v4' } @@ -150,7 +150,7 @@ dependencies { androidTestAnnotationProcessor "com.google.dagger:dagger-compiler:${DAGGER_VERSION}" androidTestAnnotationProcessor "com.jakewharton:butterknife-compiler:${BUTTERKNIFE_VERSION}" androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.2' - androidTestCompile 'com.natpryce:make-it-easy:4.0.0' + 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}"