From 59d278e7dc0fab35c6f5b723e8895e20098a66d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 03:31:45 +0000 Subject: [PATCH] Update dependency androidx.annotation:annotation to v1.10.0 --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 6dce8fb..100245c 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -43,5 +43,5 @@ android { } dependencies { - compileOnly 'androidx.annotation:annotation:1.9.1' + compileOnly 'androidx.annotation:annotation:1.10.0' }