From 4063a47a3a4b4e37f987e43a96b5b8d54ae3ee76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:43:55 +0000 Subject: [PATCH] Update dependency androidx.annotation:annotation to v1.9.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c851a4380..088d45964 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ ext { androidXTestCoreVersion = '1.3.0' androidXTestExtKotlinRunnerVersion = '1.1.3' androidXTestRulesVersion = '1.2.0' - androidXAnnotations = '1.3.0' + androidXAnnotations = '1.9.1' appCompatVersion = '1.4.0' archLifecycleVersion = '2.4.0' coroutinesVersion = '1.5.2'