File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ## 4.18.1 &mdash ; 2025-11-29
3+ ## 4.18.2 &mdash ; 2025-11-29
44* [ Android] Rebuild with Android ELF Alignment
55
6+ ## 4.18.1 &mdash ; 2025-11-08
7+ * [ Android] pin ` tslocationmanager ` at ` 3.+ ` in preparation for next release..
8+
69## 4.18.0 &mdash ; 2025-09-08
710* [ Android] Remove Huawei HMS support for failure to provide their SDKs with * Android 16KB Page Size* compatibility.
811
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments