Skip to content

Commit

Permalink
Fix typo in flutter analyze --suggestions command on Android Java G…
Browse files Browse the repository at this point in the history
…radle migration guide page (#11729)

Fix typo in `flutter analyze --suggestions` command on the Android Java Gradle migration guide page.
  • Loading branch information
MS-Rex authored Feb 21, 2025
1 parent 0369088 commit 980ce3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ To use select your top-level `build.gradle` file in Android Studio then select
Tools -> AGP Upgrade Assistant.

### Solution 2: Command line
Run `flutter analyze --suggestion` to see if your AGP, Java, and Gradle versions are compatible.
Run `flutter analyze --suggestions` to see if your AGP, Java, and Gradle versions are compatible.
If Gradle needs to be updated you can update it with `./gradlew wrapper --gradle-version=SOMEGRADLEVERSION`
where SOMEGRADLEVERSION is the version (you can use a newer version)
suggested by `flutter analyze`.
Expand Down

0 comments on commit 980ce3d

Please sign in to comment.