Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroidDeveloperLB committed Apr 30, 2016
2 parents 2c35da6 + 3f19a57 commit 91db1f1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,24 @@ Preview
--
![preview animation][2]

Import using Gradle
--

allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}

dependencies {
compile 'com.github.AndroidDeveloperLB:AutoFitTextView:1'
}

You can find recent version here:

https://jitpack.io/#AndroidDeveloperLB/AutoFitTextView

Known issues
------------

Expand Down

0 comments on commit 91db1f1

Please sign in to comment.