Skip to content

Commit fce2336

Browse files
Merge pull request #53 from resfandiari/master
Update Play Services Location (#50,#43)
2 parents 2a9f794 + d5736b4 commit fce2336

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.4.1 - 10-04-2023
2+
- Updates Play Services Location library
3+
14
## 1.4.0 - 11-01-2023
25
- Added extra fields. (-1 if not supported or not available)
36
- horizontalAccuracy

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141

4242
dependencies {
4343
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
44-
implementation 'com.google.android.gms:play-services-location:20.0.0'
44+
implementation 'com.google.android.gms:play-services-location:21.0.1'
4545
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
4646
implementation "androidx.core:core-ktx:1.9.0"
4747
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: background_location_tracker
22
description: A Flutter plugin that allows you to track the background location for Android & iOS
33
repository: https://github.com/icapps/flutter-background-location-tracker
4-
version: 1.4.0
4+
version: 1.4.1
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)