GmailBackground
GmailBackground copied to clipboard
I can't sync the library
Not sure what I'm doing wrong.... I'm trying this to add the library
dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:23.1.1' compile 'com.android.support:design:23.1.1' compile 'com.google.android.gms:play-services:8.1.0' compile 'com.github.yesidlazaro:GmailBackground:1.0' }
allprojects { repositories { maven { url "http://dl.bintray.com/populov/maven" } maven { url "https://jitpack.io" } mavenCentral() } }
And I'm getting this error when try to compile Error:(34, 13) Failed to resolve: com.github.yesidlazaro:GmailBackground:1.0 Show in File Show in Project Structure dialog
i'm with the same problem here