mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 06:55:42 +03:00
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:
parent
2d08987406
commit
af82ffe253
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue