hanggrian / socialview

Android TextView and EditText with hashtag, mention, and hyperlink support
https://hendraanggrian.github.io/socialview/
Apache License 2.0
322 stars 81 forks source link

Update documentation for adding library via gradle #89

Closed uzaysan closed 3 years ago

uzaysan commented 3 years ago

Documents says we should add implementation "com.hendraanggrian.appcompat:socialview-core:$version" to gradle. But socialview-core cannot resolve. It need to change to just socialview like this: implementation "com.hendraanggrian.appcompat:socialview:$version"