From c54f88c7cd3167a375c1a91dd1278ac8cc9895b1 Mon Sep 17 00:00:00 2001 From: AndroidDeveloperLB Date: Sat, 30 Apr 2016 14:47:44 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index f82c7ef..f743387 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,20 @@ Preview -- ![preview animation][2] +Import using Gradle +-- + + allprojects { + repositories { + ... + maven { url "https://jitpack.io" } + } + } + + dependencies { + compile 'com.github.AndroidDeveloperLB:AutoFitTextView:1' + } + Known issues ------------ From 3f19a57601e4a38b7615f06bd2cc29ae4d89fcc0 Mon Sep 17 00:00:00 2001 From: AndroidDeveloperLB Date: Sat, 30 Apr 2016 14:48:27 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f743387..02d58d7 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ Import using Gradle compile 'com.github.AndroidDeveloperLB:AutoFitTextView:1' } +You can find recent version here: + +https://jitpack.io/#AndroidDeveloperLB/AutoFitTextView + Known issues ------------