From 36aba05dd96a89fefd8778f54fe9139f78ffd2fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 18:05:53 +0000 Subject: [PATCH] fix(deps): update dependency androidx.annotation:annotation to v1.8.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index ee2868df..284a0fdd 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -117,7 +117,7 @@ dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4' implementation "androidx.appcompat:appcompat:1.7.0" - implementation 'androidx.annotation:annotation:1.8.1' + implementation 'androidx.annotation:annotation:1.8.2' implementation 'androidx.core:core:1.13.1' implementation 'androidx.fragment:fragment:1.8.2'