From ab538359b3887fb9852c0fd306f5c0bd379e79b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 19:00:42 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.8.0 to 1.8.1 Bumps androidx.annotation:annotation from 1.8.0 to 1.8.1. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d2371f915..5277db6e3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ appcompat = "1.6.1" constraintlayout = "2.1.4" camerax = "1.3.4" multidex = "2.0.1" -annotation = "1.8.0" +annotation = "1.8.1" coroutines = "1.8.1" junit = "4.13.2" mockito = "5.4.0"