Skip to content

Commit 91db1f1

Browse files
2 parents 2c35da6 + 3f19a57 commit 91db1f1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,24 @@ 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+
32+
You can find recent version here:
33+
34+
https://jitpack.io/#AndroidDeveloperLB/AutoFitTextView
35+
1836
Known issues
1937
------------
2038

0 commit comments

Comments
 (0)