-
Notifications
You must be signed in to change notification settings - Fork 145
Upgrade Gradle to 9.3.1 and AGP to 9.0.0 #2540
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
Draft
Copilot
wants to merge
8
commits into
main
Choose a base branch
from
copilot/investigate-combine-prs-2532-2537-2538
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+21
−16
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…1 and Android Gradle Plugin to 9.0.0 Co-authored-by: jiajingjing2016 <137744850+jiajingjing2016@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Investigate and combine changes from PRs 2532, 2537, and 2538
chore(deps): upgrade Gradle to 9.3.1 and Android Gradle Plugin to 9.0.0
Feb 3, 2026
…8 compatibility Co-authored-by: jiajingjing2016 <137744850+jiajingjing2016@users.noreply.github.com>
Co-authored-by: jiajingjing2016 <137744850+jiajingjing2016@users.noreply.github.com>
Copilot
AI
changed the title
chore(deps): upgrade Gradle to 9.3.1 and Android Gradle Plugin to 9.0.0
chore(deps): upgrade to Gradle 9.3.1 and Android Gradle Plugin 9.0.0
Feb 4, 2026
…utOfMemoryError Co-authored-by: jiajingjing2016 <137744850+jiajingjing2016@users.noreply.github.com>
Copilot
AI
changed the title
chore(deps): upgrade to Gradle 9.3.1 and Android Gradle Plugin 9.0.0
chore: upgrade to Gradle 9.3.1 and Android Gradle Plugin 9.0.0
Feb 4, 2026
Co-authored-by: jiajingjing2016 <137744850+jiajingjing2016@users.noreply.github.com>
Co-authored-by: jiajingjing2016 <137744850+jiajingjing2016@users.noreply.github.com>
Copilot
AI
changed the title
chore: upgrade to Gradle 9.3.1 and Android Gradle Plugin 9.0.0
docs: explain Gradle wrapper classpath removal in upgrade to 9.3.1
Feb 4, 2026
Co-authored-by: jiajingjing2016 <137744850+jiajingjing2016@users.noreply.github.com>
Copilot
AI
changed the title
docs: explain Gradle wrapper classpath removal in upgrade to 9.3.1
Upgrade Gradle to 9.3.1 and AGP to 9.0.0
Feb 4, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Three Dependabot PRs (#2532, #2537, #2538) failed individually due to circular dependency: AGP 9.0.0 requires Gradle 9.x. Combined all three.
Changes
Dependencies
CI: Gradle 9.x JVM requirement
Gradle 9.x requires JVM 17+ to run. Updated
build-java-8workflow to install both JDKs:Build: Java 8 compiler OOM
compileJavatask was hitting 512MB default heap limit. Configured fork options:Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.