From 41a6ab61e5020442062ada0dacd1613a52a0489d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:39:42 +0000 Subject: [PATCH] Update dependency androidx.annotation:annotation to v1.7.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 52df032d29..322b475659 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -279,7 +279,7 @@ dependencies { exclude group: "com.android.support" } implementation 'com.caverock:androidsvg:1.4' - implementation 'androidx.annotation:annotation:1.6.0' + implementation 'androidx.annotation:annotation:1.7.1' implementation 'com.vanniktech:emoji-google:0.17.0' implementation "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido:$fidoVersion"