Upgrade minSdkVersion in app level build.gradle for all_packages test#4459
Upgrade minSdkVersion in app level build.gradle for all_packages test#4459gmackall wants to merge 1 commit intoflutter:mainfrom
Conversation
We support stable, which still supports pre-19; wouldn't it make more sense to wait until stable is 19+, and then update packages? That's how we did the last iOS support drop. |
Thanks for pointing this out, yes that does make more sense. My mistake! |
I am about to land a migrator in flutter/flutter which will upgrade
minSdkVersions in app-level build.gradle files to 19, but want to make these changes to the packages repo ahead of time. It ended up only mattering in one place though, from what I can tell.Migrator PR here: flutter/flutter#129729
Part of flutter/flutter#82000
Pre-launch Checklist
dart format.)[shared_preferences]pubspec.yamlwith an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.mdto add a description of the change, following repository CHANGELOG style.///).If you need help, consider asking for advice on the #hackers-new channel on Discord.