Skip to content

Commit 0e132ce

Browse files
committed
Update README.md
1 parent 134300e commit 0e132ce

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
@@ -2,13 +2,13 @@ Android-ExpandableTextView
22
==========================
33
An expandable TextView for Android applications (4.0+).
44

5-
[ ![Download](https://api.bintray.com/packages/cliffus/maven/android-expandabletextview/images/download.svg) ](https://bintray.com/cliffus/maven/android-expandabletextview/_latestVersion)
5+
[ ![Download](https://api.bintray.com/packages/blogcat/maven/android-expandabletextview/images/download.svg) ](https://bintray.com/blogcat/maven/android-expandabletextview/_latestVersion)
66

77
Demo
88
----
99
This repository also contains a demo project.
1010

11-
![Demo](/demo.gif?raw=true)
11+
![Demo](https://github.com/Blogcat/Android-ExpandableTextView/demo.gif?raw=true)
1212

1313
Add dependency
1414
--------------
@@ -17,7 +17,7 @@ This library is not yet released in Maven Central, but instead you can use [Bint
1717
```groovy
1818
repositories {
1919
maven {
20-
url "https://dl.bintray.com/cliffus/maven"
20+
url "https://dl.bintray.com/blogcat/maven"
2121
}
2222
}
2323
```

0 commit comments

Comments
 (0)