Skip to content

Commit

Permalink
Merge pull request #939 from Lyokone/release_new_versions
Browse files Browse the repository at this point in the history
location: bump version to 6.0.0
  • Loading branch information
bartekpacia authored Mar 30, 2024
2 parents 0a0da3a + b0d22d7 commit 3d94f0e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/location/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 6.0.0

- Bump Android Gradle Plugin from 7.4.2 to 8.3.1
- Bump minimum supported Android SDK to 21
- Bump minimum Dart version to 3.1, minimum Flutter version to 3.16
- Bump dependencies

## 5.0.3

- Lower minimum iOS deployment target from 13 to 11 (#882 by Matias de Andrea)
Expand Down
6 changes: 3 additions & 3 deletions packages/location/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: location
description: Cross-platform plugin for easy access to device's location in real-time.
version: 5.0.3
version: 6.0.0
homepage: https://docs.page/Lyokone/flutterlocation
repository: https://github.com/Lyokone/flutterlocation
issue_tracker: https://github.com/Lyokone/flutterlocation/issues
Expand All @@ -25,8 +25,8 @@ flutter:
dependencies:
flutter:
sdk: flutter
location_platform_interface: ^3.1.2
location_web: ^4.2.0
location_platform_interface: ^4.0.0
location_web: ^5.0.0
dev_dependencies:
async: ^2.11.0
build_runner: ^2.4.9
Expand Down

0 comments on commit 3d94f0e

Please sign in to comment.