Skip to content

Commit 42b747a

Browse files
committed
Merge branch 'release-4.18.1'
2 parents bd03b9e + cb27758 commit 42b747a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 4.18.1 — 2025-11-08
4+
* [Android] pin `tslocationmanager` at `3.+` in preparation for next release..
5+
36
## 4.18.0 — 2025-09-08
47
* [Android] Remove Huawei HMS support for failure to provide their SDKs with *Android 16KB Page Size* compatibility.
58

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ dependencies {
6666
// tslocationmanager requires a particular build based upon play-services-location version.
6767
def locationMajorVersion = playServicesLocationVersion.split('\\.')[0] as int
6868
if (locationMajorVersion >= 21) {
69-
api(group: 'com.transistorsoft', name:'tslocationmanager-v21', version: '+')
69+
api(group: 'com.transistorsoft', name:'tslocationmanager-v21', version: '3.+')
7070
} else {
71-
api(group: 'com.transistorsoft', name:'tslocationmanager', version: '+')
71+
api(group: 'com.transistorsoft', name:'tslocationmanager', version: '3.+')
7272
}
7373

7474
// EventBus

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_background_geolocation
22
description: The most sophisticated background location tracking & geofencing module with battery-conscious motion-detection intelligence for iOS and Android.
3-
version: 4.18.0
3+
version: 4.18.1
44
homepage: https://github.com/transistorsoft/flutter_background_geolocation
55

66
dependencies:

0 commit comments

Comments
 (0)