-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[google_maps_flutter] Update example android configuration #3408
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
[google_maps_flutter] Update example android configuration #3408
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!). If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
|
Oh yeah I should probably explain that the only manual change here is bumping the gradle version to 7.4 in |
|
test-exempt: This is a version bump that is verified in CI |
@reidbaker Do you have an opinion on these automatic changes? I'm not aware of us ever having made these kind of other changes when updating AGP; if they are useful/necessary we should probably do them in general, but if not this is going to make these files different from the versions in all of the other examples. |
|
If you don't like the changes besides version bumps, I can revert them. |
I am not opposed to these automatic changes. Until and Unless I feel like our decisions are better than the ones proposed by the tool I would like to defer to the tool. |
|
Please hold merging until/unless @stuartmorgan approves. |
Works for me. Ideally we should do this everywhere then; having the lint options be in different formats in different packages is not ideal. Filed flutter/flutter#122213 |
|
Exempt from changelog change: the manifest files that are triggering the failure are uninteresting to clients. |
[google_maps_flutter] Update example android configuration
Updates the example android configuration to fix the following issue:
Fixes flutter/flutter#122137
I think this change should be exempt from a version bump since it only affects example configuration, but let me know if I should bump it anyways.
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.