From 9c3cfa581de3f4af8a99601cd45f9a5da547932a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 23:38:12 +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 bc9bff0..1ef8bc2 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { ext.deps = [ androidPlugin : 'com.android.tools.build:gradle:7.3.0', kotlinPlugin : "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}", - androidxAnnotations : 'androidx.annotation:annotation:1.3.0', + androidxAnnotations : 'androidx.annotation:annotation:1.9.1', androidxCore : 'androidx.core:core:1.6.0', androidxCursorAdapter: 'androidx.cursoradapter:cursoradapter:1.0.0', androidxExifInterface: 'androidx.exifinterface:exifinterface:1.3.3',