From 9c4e5c335e97465b4263ca20628c10c4483a1089 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:40:46 +0000 Subject: [PATCH] Update dependency androidx.annotation:annotation to v1.10.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bc9bff0..7c5a249 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.10.0', androidxCore : 'androidx.core:core:1.6.0', androidxCursorAdapter: 'androidx.cursoradapter:cursoradapter:1.0.0', androidxExifInterface: 'androidx.exifinterface:exifinterface:1.3.3',