From 304a15d7d1643a613749c6976df79b4b531ec5ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:18:26 -0400 Subject: [PATCH] Update dependency androidx.annotation:annotation to v1.9.0 (#744) Co-authored-by: renovate[bot] <29139614+renovate[bot]@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 0fdc7ff1..a41135cc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,7 +37,7 @@ versions = { id = "com.github.ben-manes.versions", version = "0.51.0" } android-desugar = { module = "com.android.tools:desugar_jdk_libs", version = "2.1.2" } androidx-activityktx = { module = "androidx.activity:activity-ktx", version.ref = "activity" } androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activity" } -androidx-annotation = { module = "androidx.annotation:annotation", version = "1.8.2" } +androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.0" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" } androidx-compose-bom = { module = "androidx.compose:compose-bom", version = "2024.10.00" } androidx-compose-material = { module = "androidx.compose.material:material", version = "1.7.4" }