Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update flexbox to 3.0.0 #359

Open
angelolloqui opened this issue Aug 25, 2021 · 3 comments
Open

Update flexbox to 3.0.0 #359

angelolloqui opened this issue Aug 25, 2021 · 3 comments

Comments

@angelolloqui
Copy link

ChatKit is using flexbox 1.0.0.

However, there are several updates and improvements in flexbox. We are using the latest version in our app and it has some conflicting dependencies that does not allow me to use this lib. Can it be upgraded?

@famfir18
Copy link

same prolem here. Please update the flexbox to 3.0.0 immediately.

@EdinSe
Copy link

EdinSe commented Nov 17, 2021

You can try this workaround:

    implementation("com.google.android.flexbox:flexbox:3.0.0")

    modules {
        module("com.google.android:flexbox") {
            replacedBy("com.google.android.flexbox:flexbox")
        }
    }

    implementation("com.github.stfalcon-studio:Chatkit:0.4.1") {
        exclude group: "com.google.android", module: "flexbox"
    }

@josephTheCut
Copy link

@EdinSe What does this workaround do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants