hanggrian / socialview

Android TextView and EditText with hashtag, mention, and hyperlink support
http://hanggrian.com/socialview/
Apache License 2.0
324 stars 81 forks source link

Failed to resolve #5

Closed magnoleal closed 7 years ago

magnoleal commented 7 years ago

The library is hosted in jcenter?

I'm include jcenter in repositories in the gradle, but the library is Failed to resolve.

hanggrian commented 7 years ago

@magnoleal my bad, I failed to mention that there was an issue with jCenter since I changed the group ID. Until the issue is resolved (which I am still waiting response from jfrog's support), I'm afraid you'd have to include my maven url 'https://dl.bintray.com/hendraanggrian/maven'.

Something like this on your top build.gradle:

allprojects {
    repositories {
        jcenter()
        maven { url 'https://dl.bintray.com/hendraanggrian/maven' }
    }
}
magnoleal commented 7 years ago

@HendraAnggrian Ow, now works fine, thanks and good job!

hanggrian commented 7 years ago

Thank you and let me know any issue you found with the library, because the testing part is I guess what is lacking from my effort here.

magnoleal commented 7 years ago

Ok