From 7132ec1bdbb9ecd8ed8ba10af7818e8d6c02a970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 20:17:21 +0000 Subject: [PATCH] build(deps): Bump androidx.annotation:annotation from 1.7.1 to 1.10.0 Bumps androidx.annotation:annotation from 1.7.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] --- sdk/app-sdk/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/app-sdk/build.gradle.kts b/sdk/app-sdk/build.gradle.kts index 29abfff..a25dc0e 100644 --- a/sdk/app-sdk/build.gradle.kts +++ b/sdk/app-sdk/build.gradle.kts @@ -18,7 +18,7 @@ android { } dependencies { - implementation("androidx.annotation:annotation:1.7.1") + implementation("androidx.annotation:annotation:1.10.0") testImplementation("junit:junit:4.13.2") testImplementation("org.mockito:mockito-core:5.8.0")