From 92e8922761f946d8f583810456e343ebeb10ae89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 02:21:27 +0000 Subject: [PATCH] Update dependency androidx.annotation:annotation to v1.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 2423b445..2d999334 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ androidxAppcompat = "1.7.0" androidxActivity = "1.9.3" androidxFragment = "1.8.4" androidxLifecycle = "2.8.6" -androidxAnnotation = "1.8.2" +androidxAnnotation = "1.9.0" androidxMacroBenchmark = "1.3.3" androidxTest = "1.6.2" composeStableMarker = "1.0.5"