From 610699078727776039de9d391fbd0a291db26fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 04:45:36 +0000 Subject: [PATCH] Bump androidx.annotation:annotation in /tasker-plugin Bumps androidx.annotation:annotation from 1.3.0 to 1.9.1. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tasker-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasker-plugin/build.gradle b/tasker-plugin/build.gradle index db05e1f93..72b10fba6 100644 --- a/tasker-plugin/build.gradle +++ b/tasker-plugin/build.gradle @@ -267,7 +267,7 @@ dependencies { implementation "androidx.cardview:cardview:1.0.0" implementation "androidx.preference:preference:1.2.0" implementation "androidx.recyclerview:recyclerview:1.2.1" - implementation "androidx.annotation:annotation:1.3.0" + implementation "androidx.annotation:annotation:1.9.1" implementation("org.rm3l:maoni:${maoni_version}") { transitive = true