revert flexbox to 1.1.0

2.0.1 leads to error so the app won't start

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2021-02-24 16:33:26 +01:00
parent 2d08987406
commit af82ffe253
No known key found for this signature in database
GPG key ID: C793F8B59F43CE7B

View file

@ -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