-
Notifications
You must be signed in to change notification settings - Fork 828
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
Unable to resolve com.google.android:flexbox:1.0.0 in Gradle build #375
Comments
Facing same issue |
Any updates on this? |
I'm in the same situation. |
Facing same issue |
Looks like a lot of old packages were removed from jcenter archives. You can fork the project and bump up the flexbox dependency from 1.0.0 to 3.0.0 in the build.gradle file:
also add the google maven repo
Make a aar release build and include that instead of the current chatkit dependency, I also needed to add the flexbox dependency to the project using chatkit. |
Anyone still facing issue - Here is forked version until it is resolved on this repo |
Describe the bug
I am encountering an issue when trying to build my Android project. The error states that it cannot resolve the dependency com.google.android:flexbox:1.0.0.
Error message:
To Reproduce
Steps to reproduce the behavior:
Add the dependency implementation 'com.github.stfalcon-studio:Chatkit:0.4.1' to the build.gradle file.
Sync the project with Gradle files.
The build fails with the above error message.
Expected behavior
The build should successfully resolve the dependency for the Flexbox library.
Screenshots
N/A
Smartphone (please complete the following information):
Device: [e.g. Pixel 4]
OS: [e.g. Android 10]
Library Version: [e.g. 3.0.0]
The text was updated successfully, but these errors were encountered: