etiennelenhart / Eiffel

Redux-inspired Android architecture library leveraging Architecture Components and Kotlin Coroutines
MIT License
211 stars 14 forks source link

Decrease unnecessary minSdkVersion 19 to 14 #39

Closed alirezanobahari closed 5 years ago

alirezanobahari commented 5 years ago

Hi! My question is why minimum SDK value is 19 while minimum SDK of android architecture components is 14?

etiennelenhart commented 5 years ago

Hey, thanks for the good question. I honestly just picked it since that's what I use for new app projects. Sometimes even 21, since here in Europe the percentage of devices actually using 19 or below is basically non-existent.

But I see no problem in decreasing it to 14 if you'd like to use it in projects that require a low minSdk.

alirezanobahari commented 5 years ago

Thank's for the answer my friend.