myinnos / AlphabetIndex-Fast-Scroll-RecyclerView

A Powerful AlphabetIndex FastScroller Library for Android's RecyclerView!
https://myinnos.github.io/AlphabetIndex-Fast-Scroll-RecyclerView/
Apache License 2.0
603 stars 114 forks source link

Failed to resolve: com.github.myinnos:Alphabet Index-Fast-Scroll-RecyclerView:1.0.94 #48

Closed AkashOpenxcell closed 5 years ago

AkashOpenxcell commented 5 years ago

Not able to setup following dependance for AndroidX vesrion. implementation 'com.github.myinnos:AlphabetIndex-Fast-Scroll-RecyclerView:1.0.94'

ghost commented 5 years ago

me too

odifek commented 5 years ago

Any solution yet? Cannot resolve dependency

dovahkrid commented 5 years ago

there is no 1.0.94 version https://jitpack.io/#com.github.myinnos/AlphabetIndex-Fast-Scroll-RecyclerView

Geraldo-Neto commented 5 years ago

Remember to add

allprojects {
        repositories {
            ...
            maven { url 'https://jitpack.io' }
        }
    }

And just use the version 1.0.92. It works with AndroidX.

myinnos commented 5 years ago

Fixed and Released new version Updated READ.ME 1.0.95

Feel free to reopen if issue repeated, Thank you.