Skip to content

Commit 1bcec94

Browse files
committed
Release v0.3.1
close #34
1 parent 06d47e2 commit 1bcec94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 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/)
33
[![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)
55

66
ExpandableTextView is an android TextView library that performs multiline ellipsize.
77

@@ -25,7 +25,7 @@ Add this to your app `build.gradle` file.
2525
```gradle
2626
dependencies {
2727
...
28-
implementation 'com.github.yuzumone:ExpandableTextView:0.3.0'
28+
implementation 'com.github.yuzumone:ExpandableTextView:0.3.1'
2929
}
3030
```
3131

0 commit comments

Comments
 (0)