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.
1 parent ce834ac commit c54f88cCopy full SHA for c54f88c
README.md
@@ -15,6 +15,20 @@ 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
Known issues
33
------------
34
0 commit comments