From 7f858293127b72113bb9f86c72008042a3cc4efe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 00:41:47 +0000 Subject: [PATCH] deps(upgrade): bump androidx.annotation:annotation from 1.7.1 to 1.8.0 Bumps androidx.annotation:annotation from 1.7.1 to 1.8.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... 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 6411906..2907945 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ material = "1.12.0" navigation = "2.7.7" lifecycle = "2.7.0" constraintLayout = "2.1.4" -annotation = "1.7.1" +annotation = "1.8.0" appcompat = "1.6.1" fragment = "1.7.0" work = "2.9.0"