Skip to content

Conversation

@github-actions
Copy link
Contributor

Bumps scripts/update-gradle.sh from v8.14.3 to v9.3.0.

Auto-generated by a dependency updater.

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jan 17, 2026
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-gradle.sh/v9.3.0 branch 5 times, most recently from f5baf94 to 38b30dd Compare January 19, 2026 11:23
@github-actions
Copy link
Contributor Author

github-actions bot commented Jan 19, 2026

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


Internal Changes 🔧

  • (ci) Write permission for statuses in changelog preview by supervacuus in #5053
  • (deps) Update Gradle to v9.3.0 by github-actions[bot] in #5031

🤖 This preview updates automatically when you update the PR.

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-gradle.sh/v9.3.0 branch 4 times, most recently from b692297 to 9f33d72 Compare January 20, 2026 14:35
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-gradle.sh/v9.3.0 branch 5 times, most recently from 28b0892 to 46b222f Compare January 22, 2026 09:00
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-gradle.sh/v9.3.0 branch from 46b222f to 2f5c8ad Compare January 22, 2026 20:07
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
Copy link

Choose a reason for hiding this comment

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

Bug: The upgrade to Gradle 9.3.0 is incompatible with the project's current Android Gradle Plugin (AGP) version 8.6.0, which requires a Gradle 8.x version.
Severity: HIGH

Suggested Fix

To resolve this, either downgrade the Gradle version to one compatible with AGP 8.6.0 (e.g., a version within the 8.7 to <9.0 range), or upgrade the AGP version to one that is officially supported by Gradle 9.3.0 (e.g., AGP 9.0+).

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: gradle/wrapper/gradle-wrapper.properties#L3

Potential issue: The pull request upgrades Gradle to version 9.3.0. However, the project
is configured to use Android Gradle Plugin (AGP) version 8.6.0 by default. According to
official compatibility matrices, AGP 8.6.x requires a Gradle version between 8.7 and 9.0
(exclusive). Since Gradle 9.3.0 is outside this supported range, this mismatch will
likely cause build failures during the configuration phase. This affects all Android
modules in the project.

Did we get this right? 👍 / 👎 to inform future reviews.

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

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants