From bee2632a7f7e29c2224663aae4e2667506c20cd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:21:06 +0800 Subject: [PATCH] Bump androidx.annotation:annotation from 1.7.1 to 1.8.2 (#4148) Bumps androidx.annotation:annotation from 1.7.1 to 1.8.2. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 1a5c79f3a..73c0cd608 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -53,7 +53,7 @@ activity-activity = { module = "androidx.activity:activity", version.ref = "acti activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activity" } activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "activity" } -androidx-annotation = { group = "androidx.annotation", name = "annotation", version = "1.7.1" } +androidx-annotation = { group = "androidx.annotation", name = "annotation", version = "1.8.2" } #androidx-annotation-experimental = { group = "androidx.annotation", name = "annotation-experimental", version = "1.3.1" } appcompat-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }