Skip to content

Commit 9f4bc49

Browse files
committed
Reverts androidx.core:core to version 1.9.0
2 parents dc65f7d + 1d26d9b commit 9f4bc49

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

geolocator_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.5.3+1
2+
3+
* Reverts `androidx.core:core` to version `1.9.0`.
4+
15
## 4.5.3
26

37
* Adds the `notificationChannelName` field to the `ForegroundNotificationConfig` class, allowing to override the channel name.

geolocator_android/android/build.gradle

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

4343
dependencies {
4444
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'
4646

4747
testImplementation 'junit:junit:4.13.2'
4848
testImplementation 'org.mockito:mockito-core:5.1.1'

geolocator_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: geolocator_android
22
description: Geolocation plugin for Flutter. This plugin provides the Android implementation for the geolocator.
33
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator_android
44
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
66

77
environment:
88
sdk: ">=2.15.0 <4.0.0"

0 commit comments

Comments
 (0)