From 0a099c16ade0bf898c6f2e6964c9b51f7c153631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 19:49:07 +0000 Subject: [PATCH] build(deps): bump com.google.android:flexbox from 1.0.0 to 2.0.1 Bumps [com.google.android:flexbox](https://github.com/google/flexbox-layout) from 1.0.0 to 2.0.1. - [Release notes](https://github.com/google/flexbox-layout/releases) - [Commits](https://github.com/google/flexbox-layout/compare/1.0.0...2.0.1) --- updated-dependencies: - dependency-name: com.google.android:flexbox dependency-type: direct:production update-type: version-update:semver-major ... 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 8a476b098..c65a9ac72 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ dependencies { implementation 'com.mikepenz:itemanimators:1.1.0' implementation 'com.mikepenz:crossfader:1.6.0@aar' implementation 'com.mikepenz:crossfadedrawerlayout:1.1.0@aar' - implementation 'com.google.android:flexbox:1.0.0' + implementation 'com.google.android:flexbox:2.0.1' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation "androidx.preference:preference:1.1.1"