Skip to content

Commit 3aa07fb

Browse files
Merge branch 'main' into bug/update-android-35-compatibility
2 parents 26e2476 + 708f0ab commit 3aa07fb

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

geolocator/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## NEXT
1+
## 5.0.0
22

3+
- **BREAKING CHANGE:** for Flutter `3.27.0` and below. Make sure you'll upgrade Flutter to `3.29.0` or above before using this version.
34
- Bump `flutter_lints` to version of afp to 5.0.0
5+
- Updated `geolocator_android` dependency to version `^5.0.0`
46

57
## 13.0.4
68

geolocator/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: geolocator
22
description: Geolocation plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API for generic location (GPS etc.) functions.
33
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator
44
issue_tracker: https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
5-
version: 13.0.4
5+
version: 14.0.0
66

77
environment:
88
sdk: ^3.5.0
@@ -27,7 +27,7 @@ dependencies:
2727
sdk: flutter
2828

2929
geolocator_platform_interface: ^4.2.3
30-
geolocator_android: ^4.6.0
30+
geolocator_android: ^5.0.0
3131
geolocator_apple: ^2.3.8
3232
geolocator_web: ^4.1.1
3333
geolocator_windows: ^0.2.3

geolocator_android/CHANGELOG.md

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

3-
- Bump `androidx.core:core` to version 1.15.0
43
- Fixes PlatformException in example app for Android 14 (API level 34) versions and newer by updating manifest permissions.
4+
- Bump `androidx.core:core` to version 1.16.0
55

66
## 5.0.1
77

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)