-
-
Notifications
You must be signed in to change notification settings - Fork 77
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 locate 2.1.3 version #51
Comments
Could you show your implementation in build.gradle for app? I found lib on maven central and link don't have bottomsheets.
Maven Central url:
|
The repo The package name was previously changed from The dependencies look like this now: Overview of the dependencies: Browse the artifacts here: Make sure to use the latest version. I remember I had the same issue until I cleaned caches etc. Afterwards it pulled the library from the correct url. |
Thanks! Yes that was the issue. Didn't notice the package name change. Another quick question: I want to the override the styles of the sheets. What is the parent style that I should extend in styles.xml? You have only specified the item attributes. |
Great that it works now! I use the parent style "Theme.MaterialComponents.DayNight.NoActionBar" in the sample. Either this style or a comparable style will do the job! |
Any more repos I am missing out 😀
The text was updated successfully, but these errors were encountered: