GmailBackground icon indicating copy to clipboard operation
GmailBackground copied to clipboard

I can't sync the library

Open salveta opened this issue 8 years ago • 1 comments

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

salveta avatar Mar 06 '16 15:03 salveta

i'm with the same problem here

victornaito avatar Nov 25 '16 12:11 victornaito