-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Minimum SDK Version #68
Comments
Should be either 9 or 15. I of course want 15, but 9 at least gives us Java
|
FWIW, our current minSdkVersion is 9, and we’re expecting to move to 15 On Fri, Nov 21, 2014 at 6:44 PM, Jake Wharton notifications@github.com
Matthias Käppler Engineer Twitter: https://twitter.com/mttkay Skype: matthias-sc SoundCloud Ltd. | Rheinsberger Str. 76/77, 10115 Berlin, Germany | +49 Managing Director: Alexander Ljung | Incorporated in England & Wales Capture and share your music & audio on SoundCloud |
nevermind. forgot about "obsolete" |
I was curious if RxAndroid has an official stance on the minimum supported SDK
I noticed recently that
View.addOnAttachStateChangeListener()
was used, which was added in 12. If we're allowing that, I propose that we might as well go to 15 (since no one is on honeycomb anyways).The text was updated successfully, but these errors were encountered: