yesidlazaro / GmailBackground

a small library to send a email in background withou user interaction
158 stars 70 forks source link

Error while importing #10

Closed freebumba27 closed 8 years ago

freebumba27 commented 8 years ago

Error:(37, 13) Failed to resolve: com.github.yesidlazaro:GmailBackground:1.0 Show in File
a href="open.dependency.in.project.structure"> Show in Project Structure dialog

yesidlazaro commented 8 years ago

make sure you have this in your build.grade repositories { // ... maven { url "https://jitpack.io" } }

Make sure you didn't set Android Studio to work offline