Skip to content

chore: upgrade to agp 9.0#2

Merged
Manabu-GT merged 2 commits intomainfrom
chore/agp-update
Feb 13, 2026
Merged

chore: upgrade to agp 9.0#2
Manabu-GT merged 2 commits intomainfrom
chore/agp-update

Conversation

@Manabu-GT
Copy link
Copy Markdown
Owner

@Manabu-GT Manabu-GT commented Feb 12, 2026

Summary by CodeRabbit

  • Chores
    • Updated Gradle to version 9.3.1 and Android Gradle Plugin to version 9.0.0.
    • Updated build configuration settings for compatibility with latest build system versions.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Feb 12, 2026

Warning

Rate limit exceeded

@Manabu-GT has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 5 minutes and 5 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📝 Walkthrough

Walkthrough

The pull request updates the project's build system for AGP 9 compatibility. AGP version is upgraded from 8.13.2 to 9.0.0, Gradle distribution from 8.14.4 to 9.3.1, and two new compatibility flags are added to gradle.properties.

Changes

Cohort / File(s) Summary
Gradle Configuration
gradle.properties, gradle/libs.versions.toml, gradle/wrapper/gradle-wrapper.properties
Updated build versions: AGP 8.13.2→9.0.0, Gradle 8.14.4→9.3.1. Added android.builtInKotlin=false and android.newDsl=false properties for AGP 9 migration.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: upgrade to agp 9.0' clearly and concisely summarizes the main change: upgrading Android Gradle Plugin to version 9.0, which is reflected in all three modified files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Merge Conflict Detection ✅ Passed ✅ No merge conflicts detected when merging into main

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/agp-update

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@gradle.properties`:
- Around line 11-12: Remove the now-redundant property by deleting the lines
that set android.r8.optimizedResourceShrinking=true (and the accompanying
comment that it’s only needed before AGP 9.0.0), since AGP 9.0.0+ applies
optimized resource shrinking automatically when isShrinkResources = true; locate
the entry named android.r8.optimizedResourceShrinking in gradle.properties and
remove it.

@Manabu-GT Manabu-GT merged commit c7065b3 into main Feb 13, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant