We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fe3d1 commit a24775bCopy full SHA for a24775b
geolocator_android/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## NEXT
2
+
3
+- Bump `androidx.core:core` to version 1.15.0
4
5
## 5.0.1
6
7
- Bump `flutter_lints` to version 5.0.0
geolocator_android/android/build.gradle
@@ -42,7 +42,7 @@ android {
42
43
dependencies {
44
implementation 'com.google.android.gms:play-services-location:21.2.0'
45
- implementation 'androidx.core:core:1.13.0'
+ implementation 'androidx.core:core:1.15.0'
46
47
testImplementation 'junit:junit:4.13.2'
48
testImplementation 'org.mockito:mockito-core:5.1.1'
0 commit comments