Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Kotlin itself. The Compose compiler plugin is still a separate, explicitly
// versioned plugin (kept below, bumped to a Kotlin matching AGP 9.2's bundled KGP).
plugins {
id("com.android.application") version "9.2.1" apply false
id("com.android.application") version "9.3.2" apply false
// v1.8.8 "Atlas" (Workstream J): the Macrobenchmark `:baselineprofile` module is
// a `com.android.test` module — declare that plugin id here so it resolves for
// the new module (it shares AGP's 9.2.1 version coordinate).
Expand Down