Error using library listViewVariants -Error: (32, 13) Failed to resolve: com.github.AndroidDeveloperLB: ListViewVariants: 15fe3904fd

0

I'm trying to use the ListViewVariants library as it's on the The Android Arsenal , but I'm not getting it.

Compile and add the Maven of the library when I do Sync does not work, gives error:

Error:(32, 13) Failed to resolve: com.github.AndroidDeveloperLB:ListViewVariants:15fe3904fd
<a href="openFile">Show in File</a><br><a href="open.dependency.in.project.structure">Show in Project Structure dialog</a>

Code:

buildscript {
    repositories {
        jcenter()

        maven {
           apply plugin: 'findbugs'
           url 'http://dl.bintray.com/amulyakhare/maven'
        }

        maven {
           url 'https://jitpack.io'
        }
    }
dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    compile 'com.android.support:appcompat-v7:21.0.3'
    compile fileTree(dir: 'libs', include: ['json-simple-1.1.1.jar'])
    compile 'com.pkmmte.view:circularimageview:1.1'
    compile 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1'
    compile 'it.neokree:MaterialTabs:0.11'
    compile 'com.tonicartos:superslim:0.4.9'
    compile 'se.emilsjolander:stickylistheaders:2.4.1'
    compile 'com.github.AndroidDeveloperLB:ListViewVariants:15fe3904fd'

}
    
asked by anonymous 12.05.2015 / 18:30

0 answers