From f2ef52e115466c2e6788acc79fc07a7b1fbaa666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:31:28 +0000 Subject: [PATCH] [geolocator_android]: Bump androidx.core:core Bumps androidx.core:core from 1.13.0 to 1.15.0. --- updated-dependencies: - dependency-name: androidx.core:core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- geolocator_android/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geolocator_android/android/build.gradle b/geolocator_android/android/build.gradle index 928c59da..9af2c2d9 100644 --- a/geolocator_android/android/build.gradle +++ b/geolocator_android/android/build.gradle @@ -42,7 +42,7 @@ android { dependencies { implementation 'com.google.android.gms:play-services-location:21.2.0' - implementation 'androidx.core:core:1.13.0' + implementation 'androidx.core:core:1.15.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.1.1'