Skip to content

Commit ba00423

Browse files
Add item to CHANGELOG in 4.11.1
1 parent 56f1680 commit ba00423

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 4.11.1 — 2023-03-30
44
* [Android] Bump default `hmsLocationVersion = 6.9.0.300`. There are reports of Google rejecting apps due to older huawei HMS dependencies.
5+
* [Android] Fix `ClassCastException` related to Motion API error
56

67
## 4.11.0 — 2023-03-29
78
* [Android] Introduce __Huawei HMS Support__. Requires a separate license key [purchased here](https://shop.transistorsoft.com/collections/frontpage/products/huawei-background-geolocation).

src/TransistorAuthorizationToken.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { NativeModules } from "react-native"
44

5-
const DEFAULT_URL = 'http://tracker.transistorsoft.com';
5+
const DEFAULT_URL = 'https://tracker.transistorsoft.com';
66

77
const DUMMY_TOKEN = 'DUMMY_TOKEN';
88

0 commit comments

Comments
 (0)