Skip to content

Commit 6b16c75

Browse files
committed
Merge branch 'release-4.19.1'
2 parents 9ce1d44 + dd3ceb5 commit 6b16c75

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
# Change Log
22

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

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ dependencies {
7575

7676
def locationMajorVersion = playServicesLocationVersion.split('\\.')[0] as int
7777
if (locationMajorVersion >= 21) {
78-
api(group: 'com.transistorsoft', name:'tslocationmanager-v21', version: '+')
78+
api(group: 'com.transistorsoft', name:'tslocationmanager-v21', version: '3.+')
7979
} else {
80-
api(group: 'com.transistorsoft', name:'tslocationmanager', version: '+')
80+
api(group: 'com.transistorsoft', name:'tslocationmanager', version: '3.+')
8181
}
8282

8383
implementation "androidx.appcompat:appcompat:$appCompatVersion"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-background-geolocation",
3-
"version": "4.19.0",
3+
"version": "4.19.1",
44
"description": "The most sophisticated cross-platform background location-tracking & geofencing module with battery-conscious motion-detection intelligence",
55
"scripts": {
66
"build": "yarn run build:expo",

0 commit comments

Comments
 (0)