-
-
Notifications
You must be signed in to change notification settings - Fork 465
chore(deps): update Gradle to v9.3.0 #5031
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
base: main
Are you sure you want to change the base?
Conversation
f5baf94 to
38b30dd
Compare
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. Internal Changes 🔧
🤖 This preview updates automatically when you update the PR. |
b692297 to
9f33d72
Compare
28b0892 to
46b222f
Compare
46b222f to
2f5c8ad
Compare
| 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 |
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.
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.
Bumps scripts/update-gradle.sh from v8.14.3 to v9.3.0.
Auto-generated by a dependency updater.