Added autoFitTextView.
This commit is contained in:
parent
59255cae06
commit
d7d643b94a
2 changed files with 19 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue