Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minSdkVersion of the library could be 12 rather than 15 #26

Open
funyoung opened this issue Oct 25, 2016 · 1 comment
Open

minSdkVersion of the library could be 12 rather than 15 #26

funyoung opened this issue Oct 25, 2016 · 1 comment

Comments

@funyoung
Copy link

I saw the 'minSdkVersion' of library was set to be 15, I expected to use the library in more lower one, so I checkout the code and verify that it could be set to 12. Would you like to check if it is true or not.

@budius
Copy link
Contributor

budius commented Oct 25, 2016

Theoretically it should work even back to Gingerbread (which I believe is the minimum for RecyclerView), but as per those two links https://twitter.com/minSdkVersion and https://developer.android.com/about/dashboards/index.html I don't see a reason to officially support it.

But if you really have to support such old devices, just use this http://stackoverflow.com/questions/32908241/how-to-use-toolsoverridelibrary-with-multiple-libraries and http://stackoverflow.com/questions/27335889/how-do-i-ignore-minsdkversion-of-library-in-android-studio

  <uses-sdk android:minSdkVersion="9"
            tools:overrideLibrary="com.eyeem.recyclerviewtools"/>

@budius budius added wontfix and removed wontfix labels Nov 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants