ERROR: Failed to resolve: com.github.florent37:android-slidr:1.0.4 Show in Project Structure dialog Affected Modules: app
Opened this issue · 2 comments
emailsubjekt commented
ERROR: Failed to resolve: com.github.florent37:android-slidr:1.0.4
Show in Project Structure dialog
Affected Modules: app
Just added it to gradle, what the hell?
emailsubjekt commented
Anything? Why is it giving that error? I've tried with 1.0.3 too, same thing
Nialixus commented
change that to this
implementation 'com.github.florent37:android-slidr:1.0.3'
works for me