From 4cd412a8ab5b4238547c707f965fb5ea8a5f8a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 21:34:50 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from annotationVersion to 1.9.1 Bumps androidx.annotation:annotation from annotationVersion to 1.9.1. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-version: 1.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- main/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/build.gradle b/main/build.gradle index d38d8a3991a..d7e0d51fe75 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -499,8 +499,8 @@ dependencies { implementation 'androidx.core:core-location-altitude:1.0.0-alpha03' // Support Annotations. use same version for the main app and the test app - String annotationVersion = '1.9.1' - implementation "androidx.annotation:annotation:annotationVersion" + String 1.9.1 = '1.9.1' + implementation "androidx.annotation:annotation:1.9.1" androidTestImplementation "androidx.annotation:annotation:$annotationVersion" // Testing Support Libraries