From 3047b418cb1d36cfc1cc04020ee482caebf0aff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 10:32:51 +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 df5285f..37776dc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ composeVersion = "1.11.4" kotlinVersion = "2.4.10" [libraries] -android-annotation = "androidx.annotation:annotation:1.9.1" +android-annotation = "androidx.annotation:annotation:1.10.0" android-compose-runtime = { module = "androidx.compose.runtime:runtime", version.ref = "composeVersion" } android-compose-ui = { module = "androidx.compose.ui:ui", version.ref = "composeVersion" } test-junit = "junit:junit:4.13.2"