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

Library error #187

Open
rochat2 opened this issue Oct 10, 2022 · 3 comments
Open

Library error #187

rochat2 opened this issue Oct 10, 2022 · 3 comments

Comments

@rochat2
Copy link

rochat2 commented Oct 10, 2022

when library "com.leinardi.android:speed-dial:3.3.0" is implemented android studio does not detect it and generates errors as if it did not have the library installed it is functional when it is changed to version 3.2.0

@leinardi
Copy link
Owner

Version 3.3.0 was released in may and no one else complained about such error before. Are you sure the library is not found at all? Do you get a maven error? Can you post exactly the error you are getting?

@rochat2
Copy link
Author

rochat2 commented Oct 10, 2022

of course this is the error that android studio shows me

Picsart_22-10-10_09-32-00-127.png

Picsart_22-10-10_09-35-02-231.png

Picsart_22-10-10_09-38-55-256.png

Picsart_22-10-10_09-42-15-125.png

@leinardi
Copy link
Owner

I can't reproduce this issue: for me it just works fine.

Can you please try to

  1. download this repository (branch master)
  2. edit the file sample/build.gradle and replace the line implementation projects.libraryView with implementation "com.leinardi.android:speed-dial:3.3.0"
  3. run the sample app

For me builds and runs fine so I really don't know why it does not work for you.

Additionally, make sure to have mavenCentral() as source for your dependencyResolutionManagement:

https://github.com/leinardi/FloatingActionButtonSpeedDial/blob/release/settings.gradle#L24

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

No branches or pull requests

2 participants