500px / greedo-layout-for-android

Full aspect ratio grid LayoutManager for Android's RecyclerView
MIT License
1.64k stars 156 forks source link

cannot be smaller than version 15? #30

Closed e-hai closed 7 years ago

e-hai commented 7 years ago

why?

mck182 commented 7 years ago

Hey there,

we currently don't support anything lower than API level 15, which according to [1] is 1% of users. If you need to support anything lower than 15, feel free to fork the repo and update the code to work with < 15.

[1] https://developer.android.com/about/dashboards/index.html

Cheers, Martin, 500px