From d3a72a8c9761a9fe54389fc0cc44478ea5bed674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 14:02:46 +0000 Subject: [PATCH] Bump androidx.core:core-location-altitude Bumps androidx.core:core-location-altitude from 1.0.0-alpha03 to 1.0.0-beta01. --- updated-dependencies: - dependency-name: androidx.core:core-location-altitude dependency-version: 1.0.0-beta01 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- main/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/build.gradle b/main/build.gradle index da6bcaa306f..3c1553c9dd1 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -515,7 +515,7 @@ dependencies { implementation 'androidx.preference:preference:1.2.1' // Altitude above MSL - implementation 'androidx.core:core-location-altitude:1.0.0-alpha03' + implementation 'androidx.core:core-location-altitude:1.0.0-beta01' // Support Annotations. use same version for the main app and the test app String annotationVersion = '1.9.1'