From fc5bc9b87586a85eb2443851b785327720662318 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 09:48:14 +0000 Subject: [PATCH] fix(deps): update icons to v1.7.8 --- 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 ec6f269..dd8c351 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ lifecycleRuntimeKtx = "2.8.7" activityCompose = "1.10.0" composeBom = "2025.01.01" liveData = "1.7.8" -icons = "1.7.7" +icons = "1.7.8" room = "2.6.1" navigation = "2.8.7" material3 = "1.4.0-alpha08"