Skip to content

Commit 77aee84

Browse files
kirich1409claude
andauthored
Bump Android Gradle Plugin to 9.2.1 (#285)
- agp: 9.1.0 → 9.2.1 (androidApplication, androidLibrary, androidKmpLibrary) - lint: 32.1.0 → 32.2.1 (tracks AGP + 23.0.0 per inline formula) Gradle wrapper stays at 9.4.1 — no wrapper bump needed. Verified: spotlessCheck + :sample:android-app:assembleDebug pass. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent fe7ed83 commit 77aee84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "9.1.0"
2+
agp = "9.2.1"
33
android-compileSdk = "37"
44
android-minSdk = "24"
55
android-targetSdk = "36"
@@ -33,7 +33,7 @@ pluginPublish = "2.1.1"
3333
dokka = "2.2.0"
3434
detekt = "1.23.8"
3535
configcat = "5.1.0"
36-
lint = "32.1.0" # Must equal AGP version + 23.0.0 (e.g., AGP 9.1.0 → Lint 32.1.0)
36+
lint = "32.2.1" # Must equal AGP version + 23.0.0 (e.g., AGP 9.2.1 → Lint 32.2.1)
3737
r8 = "9.1.31"
3838
asm = "9.10.1"
3939

0 commit comments

Comments
 (0)