From f1b1ef847eb5278a99d6a7e8716b06cae503755d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 19:02:40 +0000 Subject: [PATCH] fix(deps): update dependency androidx.annotation:annotation to v1.8.1 --- 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 df7891a..f1786d9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ kotlin = "2.0.0" androidxMedia3 = "1.3.1" checkerQual = "3.42.0" googleErrorProne = "2.26.1" -androidxAnnotation = "1.7.1" +androidxAnnotation = "1.8.1" [libraries] androidx-annotation = { group = "androidx.annotation", name = "annotation", version.ref = "androidxAnnotation" }