From 037cda562196f8dbf6125f64b68081f49d621118 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Mon, 6 Feb 2017 12:03:39 -0600 Subject: [PATCH] Guava 20.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bac260df7..fa8eae93f 100644 --- a/build.gradle +++ b/build.gradle @@ -122,7 +122,7 @@ dependencies { compile "com.android.support:design:${SUPPORT_VERSION}" compile "com.android.support:support-annotations:${SUPPORT_VERSION}" compile 'com.jakewharton.timber:timber:4.3.1' - compile 'com.google.guava:guava:19.0' + compile 'com.google.guava:guava:20.0' 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'