From 0691786fb80d11744b2946d21bfd1d4291324818 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2019 02:15:12 +0000 Subject: [PATCH] Bump flexbox from 1.1.1 to 2.0.0 Bumps [flexbox](https://github.com/google/flexbox-layout) from 1.1.1 to 2.0.0. - [Release notes](https://github.com/google/flexbox-layout/releases) - [Commits](https://github.com/google/flexbox-layout/compare/1.1.1...2.0.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b3d3254d8b88..cd30ea96c2e8 100644 --- a/build.gradle +++ b/build.gradle @@ -292,7 +292,7 @@ dependencies { implementation 'com.github.chrisbanes:PhotoView:2.3.0' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.15' implementation 'com.github.tobiaskaminsky:qrcodescanner:0.1.2.2' // 'com.github.blikoon:QRCodeScanner:0.1.2' - implementation 'com.google.android:flexbox:1.1.1' + implementation 'com.google.android:flexbox:2.0.0' implementation 'org.parceler:parceler-api:1.1.12' kapt 'org.parceler:parceler:1.1.12' implementation('com.github.bumptech.glide:glide:3.8.0') {