Bump Android/Kotlin Gradle wrappers and AGP to 9.2.1#1645
Conversation
AGP 9.2+ requires Gradle 9.4.1. Raise both SDK template wrappers and bump the Android Gradle Plugin to 9.2.1 so Renovate can land future AGP updates without broken CI. Co-authored-by: Cursor <cursoragent@cursor.com>
Greptile SummaryThis PR bumps the Android Gradle Plugin (AGP) from 9.1.1 to 9.2.1 and upgrades both the Android and Kotlin Gradle wrapper distributions from 9.3.1 to 9.4.1. The version pairing is correct — AGP 9.2.1 requires a minimum Gradle version of 9.4.1.
Confidence Score: 5/5Safe to merge — the three template files are updated consistently, the AGP/Gradle version pairing is correct, and no other files in the repository reference these old version strings. All three changed files are template stubs that generate SDK scaffolding. The AGP 9.2.1 + Gradle 9.4.1 combination is a confirmed valid release pairing. Both the android and kotlin wrapper files are updated together, and no other template or configuration file was left on the old versions. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "fix: bump Android/Kotlin Gradle wrappers..." | Re-trigger Greptile |
Related Issue
Description
Bump Android/Kotlin Gradle wrappers from 9.3.1 → 9.4.1 and AGP from 9.1.1 → 9.2.1. AGP 9.2 requires Gradle 9.4.1; without this, Renovate AGP bumps fail validation/e2e.
Type of Change
Test Plan
Checklist