chore: bump com.android.tools.build:gradle from 8.1.4 to 9.2.1 in /android#321
Conversation
Bumps com.android.tools.build:gradle from 8.1.4 to 9.2.1. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
PR SummaryMedium Risk Overview Reviewed by Cursor Bugbot for commit 99c672c. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 99c672c. Configure here.
| } | ||
| dependencies { | ||
| classpath 'com.android.tools.build:gradle:8.1.4' | ||
| classpath 'com.android.tools.build:gradle:9.2.1' |
There was a problem hiding this comment.
AGP 9.2.1 requires Gradle 9.4.1, project uses 8.5
High Severity
Bumping com.android.tools.build:gradle from 8.1.4 to 9.2.1 is a major version jump that requires Gradle 9.4.1 minimum, but gradle-wrapper.properties still specifies Gradle 8.5. The build will fail immediately. AGP 9.x also introduces breaking DSL changes — adbOptions, compileSdkVersion, and kotlin-android plugin usage in this file are all affected. This bump needs accompanying changes to the Gradle wrapper version and build script DSL to be functional.
Reviewed by Cursor Bugbot for commit 99c672c. Configure here.


Bumps com.android.tools.build:gradle from 8.1.4 to 9.2.1.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)