Skip to content

Commit

Permalink
Update Play Services Location (#50,#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
resfandiari committed Apr 10, 2023
1 parent 2a9f794 commit d5736b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 1.4.1 - 10-04-2023
- Updates Play Services Location library

## 1.4.0 - 11-01-2023
- Added extra fields. (-1 if not supported or not available)
- horizontalAccuracy
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Expand Up @@ -41,7 +41,7 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.google.android.gms:play-services-location:20.0.0'
implementation 'com.google.android.gms:play-services-location:21.0.1'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
implementation "androidx.core:core-ktx:1.9.0"
}
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,7 +1,7 @@
name: background_location_tracker
description: A Flutter plugin that allows you to track the background location for Android & iOS
repository: https://github.com/icapps/flutter-background-location-tracker
version: 1.4.0
version: 1.4.1

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit d5736b4

Please sign in to comment.