diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9f49bcf..a10ebd0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "9.3.1" +agp = "9.3.2" kotlin = "2.4.10" coreKtx = "1.19.0" lifecycleRuntimeKtx = "2.11.0" @@ -27,7 +27,7 @@ workManager = "2.11.2" # Chosen over Google's own `com.android.compose.screenshot`, which is still # 0.0.1-alphaNN (alpha16, 2026-07-27) after two years. An alpha plugin is the # wrong dependency for a gate that is meant to make a migration SAFE. -roborazzi = "1.72.0" +roborazzi = "1.73.0" robolectric = "4.16.1" junit4 = "4.13.2"