-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Can we update minSdkVersion? #1131
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
Comments
A year ago (per above screenshot) the total number of installs on API <19 was just 92. Today, that number is 35, while the total installs have increased by 50%. These devices are going away, and no longer need to be supported. Please consider prioritizing this issue, so that we can remove a number of fragile API-dependent conditional statements, as well as ease the unnecessary QA burden. |
After the discussion at #1092 , I think I would be on board with increasing the minSDK to 19. If users with phones lower than 19 are still able to access the last available version of the app via the Play Store even after we increase the minSDK, IMO that should be OK - it would be a reasonable compromise between reducing tech debt and maintaining inclusiveness. |
Yes, I am also in favor of increasing the |
If you think it makes development easier, do as you wish. |
Google's version dashboard is reporting very small numbers for certain versions of Android. Particularly,
Does the Google Play Store give insight to our actual users and the versions in use?
In the absence of hard numbers from actual users, could we move up to API 19 (KitKat) or at the very least, API 16?
The text was updated successfully, but these errors were encountered: