From d663c2bc319c85e7aefbfed13987c965cda6eafb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 21:25:56 +0000 Subject: [PATCH] Update dependency androidx.annotation:annotation to v1.9.0 | datasource | package | from | to | | ---------- | ------------------------------ | ----- | ----- | | maven | androidx.annotation:annotation | 1.8.2 | 1.9.0 | --- 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 9a47cda..5758cc5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -32,7 +32,7 @@ koin-androidx-compose = "4.0.0" compose-rules-detekt = "0.4.16" androidx-lifecycle = "2.8.6" -androidx-annotation = "1.8.2" +androidx-annotation = "1.9.0" androidx-activity = "1.9.3" android-gradle = "8.7.1"