Skip to content

chore: bump com.android.tools.build:gradle from 8.1.4 to 9.2.1 in /android#321

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/android/com.android.tools.build-gradle-9.2.1
Open

chore: bump com.android.tools.build:gradle from 8.1.4 to 9.2.1 in /android#321
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/android/com.android.tools.build-gradle-9.2.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 8, 2026

Bumps com.android.tools.build:gradle from 8.1.4 to 9.2.1.

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@cursor
Copy link
Copy Markdown

cursor Bot commented May 8, 2026

PR Summary

Medium Risk
Upgrades the Android Gradle Plugin from 8.1.4 to 9.2.1, which can introduce build/packaging incompatibilities and requires validating local/CI Android builds.

Overview
Updates the Android build configuration to use Android Gradle Plugin com.android.tools.build:gradle 9.2.1 (from 8.1.4) in android/build.gradle.

Reviewed by Cursor Bugbot for commit 99c672c. Bugbot is set up for automated code reviews on this repo. Configure here.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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.

Comment thread android/build.gradle
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.4'
classpath 'com.android.tools.build:gradle:9.2.1'
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 99c672c. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants