Merge pull request #1032 from nextcloud/revertFlexboxVersion

revert flexbox to 1.1.0
This commit is contained in:
Marcel Hibbe 2021-02-24 16:49:10 +01:00 committed by GitHub
commit e1362479f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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