KyoSherlock / ExpandableLayout

ExpandableLayout for Android
103 stars 29 forks source link

minSDK version #7

Closed niknetniko closed 8 years ago

niknetniko commented 8 years ago

Is there a reason the minSdkVersion is on 15?

I've tried changing it to 14, and everything seems fine. I might have missed some 15 and up code, so that's why I'm asking :smile:

KyoSherlock commented 8 years ago

It's OK, The minSDK version depends on ObjectAnimator (Added in API level 11).

niknetniko commented 8 years ago

OK, thanks