grantland / android-autofittextview

A TextView that automatically resizes text to fit perfectly within its bounds.
Apache License 2.0
4.27k stars 688 forks source link

Use lower value of minSdkVersion? #54

Closed nileshtrivedi closed 9 years ago

nileshtrivedi commented 9 years ago

Is it possible to use a lower value for minSdkVersion? Currently, AutofitTextView is the reason why my app is forced to use minSdkVersion=14 and it would be really great to support version 10.

nileshtrivedi commented 9 years ago

There is some discussion here on this: https://github.com/grantland/android-autofittextview/issues/33

grantland commented 9 years ago

Unfortunately I won't have any plans to lower the minSdkVersion and it seems you've already found the fork that does :smile: