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'