From 22beb42de413fdb9e22c085dfffee506b4ce47a1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2019 17:51:19 +0100 Subject: [PATCH] Bump guava from 27.1-android to 28.0-android (#1350) Bumps [guava](https://github.com/google/guava) from 27.1-android to 28.0-android. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 34c5b9f7..76170aee 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ dependencies { implementation 'com.google.zxing:android-integration:3.3.0' implementation 'com.google.code.gson:gson:2.8.5' implementation 'org.mindrot:jbcrypt:0.4' - implementation 'com.google.guava:guava:27.1-android' + implementation 'com.google.guava:guava:28.0-android' implementation 'com.annimon:stream:1.2.1' implementation 'com.android.volley:volley:1.1.1' implementation 'com.android.support.constraint:constraint-layout:1.1.3'