We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74817a commit 8f2a72fCopy full SHA for 8f2a72f
1 file changed
README.md
@@ -4,6 +4,8 @@ An expandable TextView for Android applications (4.0+).
4
5
Demo
6
----
7
+This repository also contains a demo project.
8
+
9

10
11
Add dependency
@@ -22,7 +24,7 @@ library dependency
22
24
23
25
```groovy
26
dependencies {
- compile ('at.blogc.android:android-expandabletextview:1.0.0@aar')
27
+ compile ('at.blogc:expandabletextview:1.0.0@aar')
28
}
29
```
30
0 commit comments