You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, have issue with importing the library to my android app.
When using implementation("com.github.sokomishalov.skraper:skrapers:0.4.0")
I get following error:
Checked jitpack.io which says I should use implementation 'com.github.SokoMishaLov:skraper:0.4.0' but when I do that, it can't find any package.
Thanks for the help!
The text was updated successfully, but these errors were encountered:
Hey, thanks for the issue!
Unfortunately, jitpack does not support maven "revision feature" which I added in 0.4.0.
I've reverted it and released 0.4.1, which solves this issue. Please upgrade it.
Hey, have issue with importing the library to my android app.
When using
implementation("com.github.sokomishalov.skraper:skrapers:0.4.0")
I get following error:
Checked jitpack.io which says I should use
implementation 'com.github.SokoMishaLov:skraper:0.4.0'
but when I do that, it can't find any package.Thanks for the help!
The text was updated successfully, but these errors were encountered: