8tory / json2notification

json2notification
Apache License 2.0
202 stars 41 forks source link

Error:(30, 13) Failed to resolve: com.github.8tory:json2notification:-SNAPSHOT #2

Closed gustavomc closed 9 years ago

gustavomc commented 9 years ago

Error:(30, 13) Failed to resolve: com.github.8tory:json2notification:-SNAPSHOT Show in File Show in Project Structure dialog

yongjhih commented 9 years ago

Thanks for your report, we're looking. You can use jcenter instead of jitpack.

repositories {
    jcenter()
}

dependencies {
    compile 'com.infstory:json2notification:1.0.0'
}
gustavomc commented 9 years ago

ok thanks it worked