-
Notifications
You must be signed in to change notification settings - Fork 58
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
Additional dependicies #4
Comments
I you want to add this library to your app you only need to add
this to you project |
I'm having thesame issue, using
On adding the two dependencies, app crashes with the below log pointing to picaso.
I guess there is a breaking change in picaso against the version you used in building this |
I second @Savrov post. adding those dependencies with those specific versions does fix the problem. like @olyjosh said updates to those dependencies may be causing breaking changes to your library. I may try to fix these issues myself and submit a pull request but for right now adding those dependencies work well enough for me. |
@ponnamkarthik seems this library using previous version of Picasso. It has different method when initializing the Picasso. Picasso 2.7++ Older version of Picasso need to parse Further reading: |
Any solution for this issue.......? |
I already had picasso dependency in my project so the only error i got was with jsoup.
|
implementation 'io.github.ponnamkarthik:richlinkpreview:1.0.9' java.lang.NoSuchMethodError: No static method get()Lcom/squareup/picasso/Picasso; in class Lcom/squareup/picasso/Picasso; |
To make lib work a have to add 2 dependencies:
W/o that it doesnt work.
The text was updated successfully, but these errors were encountered: