Added autoFitTextView.

This commit is contained in:
Erik C. Thauvin 2016-08-26 22:31:17 -07:00
parent 59255cae06
commit d7d643b94a
2 changed files with 19 additions and 7 deletions

View file

@ -42,6 +42,9 @@ dependencies {
// https://github.com/JakeWharton/ViewPagerIndicator
compile 'fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar'
// https://github.com/AndroidDeveloperLB/AutoFitTextView
compile 'com.github.AndroidDeveloperLB:AutoFitTextView:3'
// https://github.com/hotchemi/PermissionsDispatcher
compile 'com.github.hotchemi:permissionsdispatcher:2.1.3'
kapt 'com.github.hotchemi:permissionsdispatcher-processor:2.1.3'
@ -49,6 +52,7 @@ dependencies {
repositories {
mavenCentral()
maven { url "https://jitpack.io" }
}
kapt {