From 1fe37db8c920ee3148fb0cdffa21fc1797bdc736 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:45:15 +0000 Subject: [PATCH] Update dependency androidx.annotation:annotation to v1.9.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index fdf74ac..216e329 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,7 +59,7 @@ dependencies { // AndroidX implementation 'androidx.appcompat:appcompat:1.3.0' - implementation 'androidx.annotation:annotation:1.2.0' + implementation 'androidx.annotation:annotation:1.9.0' implementation 'androidx.activity:activity-compose:1.3.0-beta02' implementation 'androidx.core:core-ktx:1.6.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4'