jayschwa/AndroidSliderPreference

wrong gradle documentation

Closed this issue · 1 comments

The documentation should be rewrite with :

allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}
dependencies {
    
    compile 'com.github.jayschwa:AndroidSliderPreference:v1.0.0'
}

compile 'com.github.jayschwa:AndroidSliderPreference:1.0' doesn't exist

cp82 commented

Same here