Upgrade Gradle, AGP, and licenses plugins#2135
Conversation
- Upgradle to 9.6.1 - AGP to 9.2.1 - Oss license plugin 0.12.0 Test: ./gradlew build
There was a problem hiding this comment.
Code Review
This pull request updates the Gradle wrapper to version 9.6.1, upgrades the Android Gradle Plugin to 9.2.1, and changes the configuration cache problem behavior to fail. It also adjusts the baseline profile automatic generation setting and adds a tools:replace attribute in the AndroidManifest. The review feedback highlights that the top-level baseline profile configuration is overridden elsewhere and suggests configuring it specifically for the release variant. Additionally, it is recommended to update the androidTools version to 32.2.1 to remain compatible with the upgraded Android Gradle Plugin.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
- bump tools version - use variants API within baselineProfile block
What I have done and why
Test: ./gradlew build