-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Fix migration guide for "deprecated gradle plugin apply" #9907
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
Conversation
Visit the preview URL for this PR (updated for commit 5ffdd76): https://flutter-docs-prod--pr9907-fix-migration-guide-gradle-p-f53g480f.web.app |
41f1503
to
5ffdd76
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing these and adding the index link.
It's a bit awkward to read diffs of diff code blocks :P
Haha, yes :) It's a pity the docs website doesn't highlight diffs with red and green. You know if there's an issue tracking that off the top of your head? |
This PR fixes errors in the migration guide: - missing entry for this guide from _index_ ([link](https://docs.flutter.dev/release/breaking-changes#not-yet-released-to-stable)) - {agpVersion} and {kotlinVersion} not displaying ([link](https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply)) Original PR flutter#9857 ## Presubmit checklist - [x] This PR doesn’t contain automatically generated corrections (Grammarly or similar). - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer. ## Preview [here](https://flutter-docs-prod--pr9907-fix-migration-guide-gradle-p-f53g480f.web.app/release/breaking-changes/flutter-gradle-plugin-apply#google-mobile-services-and-crashlytics)
This PR fixes errors in the migration guide:
Original PR #9857
Presubmit checklist
Preview
here