Skip to content

Commit

Permalink
Merge pull request #9 from hantrungkien/main
Browse files Browse the repository at this point in the history
release 1.0.0-alpha02
  • Loading branch information
hantrungkien authored Oct 5, 2021
2 parents ffa6633 + 903edfa commit 0f58a4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 { }

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0f58a4a

Please sign in to comment.