Skip to content

Commit 0dc2ef4

Browse files
committed
update readme
1 parent 7fa5502 commit 0dc2ef4

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

Diff for: .idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

Diff for: .idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Read More Option
22
[![](https://jitpack.io/v/devsideal/ReadMoreOption.svg)](https://jitpack.io/#devsideal/ReadMoreOption/1.0.0)
3+
[![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-ReadMoreOption-green.svg?style=flat )]( https://android-arsenal.com/details/1/7058)
34
[![GitHub license](https://img.shields.io/github/license/dcendents/android-maven-gradle-plugin.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
45

56
Convert your TextView in ExpandableTextView with added options ReadMore/ReadLess.

Diff for: app/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ dependencies {
4343
implementation 'com.android.support:design:27.1.1'
4444

4545
implementation project(':readmoreoption')
46+
47+
//implementation 'com.github.devsideal:ReadMoreOption:1.0.0'
4648
}

Diff for: build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ allprojects {
3434
repositories {
3535
google()
3636
jcenter()
37+
maven { url 'https://jitpack.io' }
3738
}
3839
}
3940

0 commit comments

Comments
 (0)