From 5ad70ffecb5055692ee81eefbd39bbdb601e6a93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 23:10:02 +0000 Subject: [PATCH] Update dependency androidx.annotation:annotation to v1.8.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 8b24dad3..bbaa074f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ androidxAppcompat = "1.6.1" androidxActivity = "1.9.0" androidxFragment = "1.7.0" androidxLifecycle = "2.7.0" -androidxAnnotation = "1.7.1" +androidxAnnotation = "1.8.0" androidxMacroBenchmark = "1.2.4" androidxTest = "1.5.2" composeStableMarker = "1.0.4"