Skip to content

Commit 708f0ab

Browse files
[geolocator_android]: Bump androidx.core:core from 1.15.0 to 1.16.0 in /geolocator_android/android (#1684)
* [geolocator_android]: Bump androidx.core:core Bumps androidx.core:core from 1.15.0 to 1.16.0. --- updated-dependencies: - dependency-name: androidx.core:core dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Added changelog --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: tim Hoogstrate <tim566@hotmail.com>
1 parent 75203a3 commit 708f0ab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

geolocator_android/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## NEXT
1+
## 5.0.1+1
22

3-
- Bump `androidx.core:core` to version 1.15.0
3+
- Bump `androidx.core:core` to version 1.16.0
44

55
## 5.0.1
66

geolocator_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242

4343
dependencies {
4444
implementation 'com.google.android.gms:play-services-location:21.2.0'
45-
implementation 'androidx.core:core:1.15.0'
45+
implementation 'androidx.core:core:1.16.0'
4646

4747
testImplementation 'junit:junit:4.13.2'
4848
testImplementation 'org.mockito:mockito-core:5.1.1'

geolocator_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: geolocator_android
22
description: Geolocation plugin for Flutter. This plugin provides the Android implementation for the geolocator.
33
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator_android
44
issue_tracker: https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
5-
version: 5.0.1
5+
version: 5.0.1+1
66

77
environment:
88
sdk: ^3.5.0

0 commit comments

Comments
 (0)