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

Implementing the library #59

Closed theoklink closed 5 years ago

theoklink commented 5 years ago

The following error occurs when trying to implement: Could not find com.github.myinnos:AlphabetIndex-Fast-Scroll-RecyclerView:1.0.94. Searched in the following locations:

ZaccharieBOUVY commented 5 years ago

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

theoklink commented 5 years ago

In that case the detail on the main page is wrong: // AndroidX version implementation 'com.github.myinnos:AlphabetIndex-Fast-Scroll-RecyclerView:1.0.94'

theoklink commented 5 years ago

The instructions given are just not working. Tried every version. ERROR: Failed to resolve: com.github.myinnos:AlphabetIndex-Fast-Scroll-RecyclerView:1.0.92

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.

theoklink commented 5 years ago

Repeated the process as described

  1. my project build.gradle
    repositories {
        google()
        jcenter()
        maven { url 'https://maven.fabric.io/public'}
        maven { url 'https://jitpack.io'}
    }

    from the information provided in the in the module build.gradle

    implementation 'de.hdodenhof:circleimageview:3.0.0'
    implementation 'com.github.bumptech.glide:glide:4.9.0'
    annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
    implementation 'jp.wasabeef:recyclerview-animators:2.3.0'
    implementation 'com.iarcuschin:simpleratingbar:0.1.5'
    implementation 'com.github.myinnos:AlphabetIndex-Fast-Scroll-RecyclerView:1.0.92'

    as you can see references to com.github etc exists which work fine However, despite al this

ERROR: Failed to resolve: com.github.myinnos:AlphabetIndex-Fast-Scroll-RecyclerView:1.0.91

I again tried each version available to no avail. Android Studio 3.4.1

theoklink commented 5 years ago

Developer clearly lost interest in this. There is another issue onn the same subje t with the same reslonses but no resolution,