florent37 / ViewAnimator

A fluent Android animation library
Apache License 2.0
2.71k stars 423 forks source link

Deprecate NineOlds #14

Closed NicodeLee closed 8 years ago

NicodeLee commented 8 years ago

Deprecate NineOlds. use ViewCompat class instead this deprecated library.

mradzinski commented 8 years ago

2015 defined 14+ as minimum API. If you check Google recommendations, they even go up to 15+, so I guess you should totally merge this. I'm yet to know of any device now a days that comes with Gingerbread pre-installed, so 2.3 can be totally ruled out. BTW, com.android.support:support-v4:23.2.0 just came out, so maybe you wanna change that as well.

wasabeef commented 8 years ago

@florent37 I strongly wish it.

florent37 commented 8 years ago

done