Skip to content

Commit a24775b

Browse files
[geolocator_android]: Bump androidx.core:core from 1.13.0 to 1.15.0 in /geolocator_android/android (#1598)
* [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] <[email protected]> * updated changelog --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: tim Hoogstrate <[email protected]>
1 parent 20fe3d1 commit a24775b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

geolocator_android/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## NEXT
2+
3+
- Bump `androidx.core:core` to version 1.15.0
4+
15
## 5.0.1
26

37
- Bump `flutter_lints` to version 5.0.0

geolocator_android/android/build.gradle

+1-1
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.13.0'
45+
implementation 'androidx.core:core:1.15.0'
4646

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

0 commit comments

Comments
 (0)