Skip to content

Commit c54f88c

Browse files
Update README.md
1 parent ce834ac commit c54f88c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ Preview
1515
--
1616
![preview animation][2]
1717

18+
Import using Gradle
19+
--
20+
21+
allprojects {
22+
repositories {
23+
...
24+
maven { url "https://jitpack.io" }
25+
}
26+
}
27+
28+
dependencies {
29+
compile 'com.github.AndroidDeveloperLB:AutoFitTextView:1'
30+
}
31+
1832
Known issues
1933
------------
2034

0 commit comments

Comments
 (0)