From af82ffe253deaee003a7d7aa26f326c289cb4e11 Mon Sep 17 00:00:00 2001 From: Marcel Hibbe Date: Wed, 24 Feb 2021 16:33:26 +0100 Subject: [PATCH] revert flexbox to 1.1.0 2.0.1 leads to error so the app won't start Signed-off-by: Marcel Hibbe --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b03edb35e..95cfaea95 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -150,7 +150,7 @@ dependencies { implementation 'org.michaelevans.colorart:library:0.0.3' implementation "android.arch.work:work-runtime:${workVersion}" implementation "android.arch.work:work-rxjava2:${workVersion}" - implementation 'com.google.android:flexbox:2.0.1' + implementation 'com.google.android:flexbox:1.1.0' androidTestImplementation "android.arch.work:work-testing:${workVersion}" implementation ('com.gitlab.bitfireAT:dav4jvm:f2078bc846', { exclude group: 'org.ogce', module: 'xpp3' // Android comes with its own XmlPullParser