From c5be29ba4554edd39550964648e5a4f62b356e61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 03:44:17 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.9.1 to 1.10.0 Bumps androidx.annotation:annotation from 1.9.1 to 1.10.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-version: 1.10.0 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 98e356a..4f1f83b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ androidAppcompat = "1.7.1" androidCoreKtx = "1.18.0" androidTestCore = "1.7.0" -annotation = "1.9.1" +annotation = "1.10.0" gradle = "9.1.0" junitVersion = "4.13.2" kotlinGradlePlugin = "2.3.0"