From c033b0367e8edc156b2a7fbf856824f3fccd681a Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Thu, 30 Mar 2023 17:23:50 +0200 Subject: [PATCH] update to compatible flexbox Signed-off-by: Andy Scherzinger --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index dbca8aba7..32c9625e3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -187,7 +187,7 @@ dependencies { implementation "androidx.work:work-rxjava2:${workVersion}" implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' androidTestImplementation "androidx.work:work-testing:${workVersion}" - implementation 'com.google.android:flexbox:2.0.1' + implementation 'com.google.android.flexbox:flexbox:3.0.0' implementation ('com.gitlab.bitfireAT:dav4jvm:2.1.3', { exclude group: 'org.ogce', module: 'xpp3' // Android comes with its own XmlPullParser })