From 05ebba5db8cd3a7c34cef9bc183598ced1d35fe0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 03:22:11 -0500 Subject: [PATCH] Update dependency androidx.annotation:annotation to v1.9.1 (#2502) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 8b8b119dd9..7ff00bd8c7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ minSdk = '21' compileSdk = '34' [libraries] -androidx-annotations = { module = 'androidx.annotation:annotation', version = '1.8.0' } +androidx-annotations = { module = 'androidx.annotation:annotation', version = '1.9.1' } androidx-core = { module = 'androidx.core:core', version = '1.13.1' } androidx-cursorAdapter = { module = 'androidx.cursoradapter:cursoradapter', version = '1.0.0' } androidx-exifInterface = { module = 'androidx.exifinterface:exifinterface', version = '1.3.7' }