From ca73cc7287fd010c4a6e80b836e8dd372cafc113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 14:11:15 +0000 Subject: [PATCH] Bump flexbox from 1.1.1 to 2.0.1 Bumps [flexbox](https://github.com/google/flexbox-layout) from 1.1.1 to 2.0.1. - [Release notes](https://github.com/google/flexbox-layout/releases) - [Commits](https://github.com/google/flexbox-layout/compare/1.1.1...2.0.1) Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4c087c206..7cd4e3bc2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -182,7 +182,7 @@ dependencies { implementation "androidx.work:work-runtime:${workVersion}" implementation "androidx.work:work-rxjava2:${workVersion}" androidTestImplementation "androidx.work:work-testing:${workVersion}" - implementation 'com.google.android:flexbox:1.1.1' + implementation 'com.google.android:flexbox:2.0.1' implementation ('com.gitlab.bitfireAT:dav4jvm:f2078bc846', { exclude group: 'org.ogce', module: 'xpp3' // Android comes with its own XmlPullParser })