From 8288ca226038082433b3aca13b7b204d0a23d6d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:24:49 -0400 Subject: [PATCH] actions: bump `androidx.annotation:annotation` to 1.8.2 (fixes #2107) (#2104) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dogi --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0686d3d59..8593d6245 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,7 +70,7 @@ dependencies { implementation 'com.afollestad.material-dialogs:commons:0.9.6.0' implementation 'com.mikepenz:materialdrawer:6.1.1' implementation 'androidx.recyclerview:recyclerview:1.3.2' - implementation 'androidx.annotation:annotation:1.8.1' + implementation 'androidx.annotation:annotation:1.8.2' implementation 'com.google.android.material:material:1.12.0' implementation 'com.mikepenz:google-material-typeface:3.0.1.3.original@aar' implementation 'com.mikepenz:fontawesome-typeface:5.3.1.1@aar'