File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.5.3+1
2
+
3
+ * Reverts ` androidx.core:core ` to version ` 1.9.0 ` .
4
+
1
5
## 4.5.3
2
6
3
7
* Adds the ` notificationChannelName ` field to the ` ForegroundNotificationConfig ` class, allowing to override the channel name.
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ android {
42
42
43
43
dependencies {
44
44
implementation ' com.google.android.gms:play-services-location:21.0.1'
45
- implementation ' androidx.core:core:1.12 .0'
45
+ implementation ' androidx.core:core:1.9 .0'
46
46
47
47
testImplementation ' junit:junit:4.13.2'
48
48
testImplementation ' org.mockito:mockito-core:5.1.1'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: geolocator_android
2
2
description : Geolocation plugin for Flutter. This plugin provides the Android implementation for the geolocator.
3
3
repository : https://github.com/baseflow/flutter-geolocator/tree/main/geolocator_android
4
4
issue_tracker : https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
5
- version : 4.5.3
5
+ version : 4.5.3+1
6
6
7
7
environment :
8
8
sdk : " >=2.15.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments