From 52bca43ea6ab94e4ab37b669ea7a54df262bc8ed Mon Sep 17 00:00:00 2001 From: "playground-manager[bot]" <126197455+playground-manager[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:26:55 +0100 Subject: [PATCH] fix(deps): update compose.plugin to v1.7.3 (#1409) Co-authored-by: playground-manager[bot] <126197455+playground-manager[bot]@users.noreply.github.com> Co-authored-by: Ash Davies <1892070+ashdavies@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4fbc7722..77b02ecd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ androidx-paging = "3.3.5" cash-sqldelight = "2.0.2" coil-kt = "3.0.4" compose-adaptive = "1.0.1" -compose-plugin = "1.7.1" +compose-plugin = "1.7.3" google-accompanist = "0.37.0" google-android = "8.7.3" google-maps-compose = "4.3.2"