Skip to content

Commit 9b674f9

Browse files
committed
Merge conflict
2 parents 0ead540 + 42b747a commit 9b674f9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# CHANGELOG
22

3-
## 4.18.1 — 2025-11-29
3+
## 4.18.2 — 2025-11-29
44
* [Android] Rebuild with Android ELF Alignment
55

6+
## 4.18.1 — 2025-11-08
7+
* [Android] pin `tslocationmanager` at `3.+` in preparation for next release..
8+
69
## 4.18.0 — 2025-09-08
710
* [Android] Remove Huawei HMS support for failure to provide their SDKs with *Android 16KB Page Size* compatibility.
811

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

0 commit comments

Comments
 (0)