-
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
Set a reasonable min supported Android version #14014
Comments
Job added to Upwork: https://www.upwork.com/jobs/~01fedc73e1218c2523 |
On hold for now |
Not a priority |
Still not a priority |
Same as above. We talked about this in slack and will likely target 8.0 |
No rush here |
Same as above |
I'm just not sure we have a true problem here yet... |
No change |
Discussed in Slack, no real deadline here though. |
@Julesssss #28914 will make the minimum SDK version to v26, i.e., Android 8.0. Can you check the same? |
Thank you, I commented on the PR. |
Update: RN 0.73 may make minimum sdk version to 23. |
Thanks, Android 7.0 (SDK 23) seems reasonable 👍 |
No recent updates |
We have discussing SDK 23 as a reasonable minimum here |
I'd say 23 is definitely reasonable. |
No current need to bump the min version. |
Yup, VisionCamera V4 will work on minSdk 21 |
No need for this bump yet |
Closing, we'll create a new issue for discussion when we actually need to make a bump |
Problem
We currently support Android devices as far back as Android 5.0. This is very old and requires that we support devices used by less than <1% of our users. This requires additional support for old versions, and sometimes requires that we implement specific code to handle old and new/Android versions differently.
Android SDK useage
Solution
Set a reasonably valid supported Android version, based on the current amount of users on lower Android versions. Perhaps Android 7 is a good starting point.
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: