File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.4.1 - 10-04-2023
2
+ - Updates Play Services Location library
3
+
1
4
## 1.4.0 - 11-01-2023
2
5
- Added extra fields. (-1 if not supported or not available)
3
6
- horizontalAccuracy
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ android {
41
41
42
42
dependencies {
43
43
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 '
45
45
implementation ' androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
46
46
implementation " androidx.core:core-ktx:1.9.0"
47
47
}
Original file line number Diff line number Diff line change 1
1
name : background_location_tracker
2
2
description : A Flutter plugin that allows you to track the background location for Android & iOS
3
3
repository : https://github.com/icapps/flutter-background-location-tracker
4
- version : 1.4.0
4
+ version : 1.4.1
5
5
6
6
environment :
7
7
sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments