diff --git a/README.md b/README.md index 920a045..a43f330 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ SeeMore/SeeLess by limited line or length, and ability to handle clicks and long Gradle ```gradle -implementation 'vn.gapowork.richtext:richtext:1.0.0-alpha01' +implementation 'vn.gapowork.richtext:richtext:1.0.0-alpha02' ``` ## Usage @@ -20,6 +20,7 @@ implementation 'vn.gapowork.richtext:richtext:1.0.0-alpha01' ```kotlin private val richTextHelper = RichTextHelper(binding.textView) +richTextHelper.setRichTextLinkMovementMethod() richTextHelper.removeHighLight() richTextHelper.setOnClickNotSpanListener { } diff --git a/gradle.properties b/gradle.properties index 815cc5e..27933bd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ android.useAndroidX=true kotlin.code.style=official GROUP=vn.gapowork.richtext -VERSION_NAME=1.0.0-alpha01 +VERSION_NAME=1.0.0-alpha02 POM_NAME=Rich Text POM_DESCRIPTION=Dealing with Android Text by simple way to get high performance.