File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# ExpandableTextView
2
- [ ![ JitPack] ( https://img.shields.io/badge/jitpack-0.3.0 -brightgreen.svg )] ( https://jitpack.io/#yuzumone/ExpandableTextView/ )
2
+ [ ![ JitPack] ( https://img.shields.io/badge/jitpack-0.3.1 -brightgreen.svg )] ( https://jitpack.io/#yuzumone/ExpandableTextView/ )
3
3
[ ![ License] ( https://img.shields.io/badge/license-Apache%202-blue.svg )] ( https://www.apache.org/licenses/LICENSE-2.0.html )
4
- [ ![ Build Status ] ( https://travis-ci.org /yuzumone/ExpandableTextView. svg?branch=master )] ( https://travis-ci.org /yuzumone/ExpandableTextView )
4
+ [ ![ Android build test ] ( https://github.com /yuzumone/ExpandableTextView/actions/workflows/build.yml/badge. svg )] ( https://github.com /yuzumone/ExpandableTextView/actions/workflows/build.yml )
5
5
6
6
ExpandableTextView is an android TextView library that performs multiline ellipsize.
7
7
@@ -25,7 +25,7 @@ Add this to your app `build.gradle` file.
25
25
``` gradle
26
26
dependencies {
27
27
...
28
- implementation 'com.github.yuzumone:ExpandableTextView:0.3.0 '
28
+ implementation 'com.github.yuzumone:ExpandableTextView:0.3.1 '
29
29
}
30
30
```
31
31
You can’t perform that action at this time.
0 commit comments