We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c35da6 + 3f19a57 commit 91db1f1Copy full SHA for 91db1f1
README.md
@@ -15,6 +15,24 @@ Preview
15
--
16
![preview animation][2]
17
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
36
Known issues
37
------------
38
0 commit comments