From d67631adfb9034b2c8814056bdaef353b190cef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 08:45:36 +0000 Subject: [PATCH] all: bump androidx.annotation:annotation from 1.9.1 to 1.10.0 Bumps androidx.annotation:annotation from 1.9.1 to 1.10.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index bb77ba1d5..9f0f2443e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -69,7 +69,7 @@ dependencies { implementation 'com.afollestad.material-dialogs:commons:0.9.6.0' implementation 'com.mikepenz:materialdrawer:6.1.1' implementation 'androidx.recyclerview:recyclerview:1.4.0' - implementation 'androidx.annotation:annotation:1.9.1' + implementation 'androidx.annotation:annotation:1.10.0' implementation 'com.google.android.material:material:1.13.0' implementation 'com.mikepenz:google-material-typeface:3.0.1.3.original@aar' implementation 'com.mikepenz:fontawesome-typeface:5.3.1.1@aar'