Skip to content

Commit b4f14b5

Browse files
[Fixed][Android] There are reports of app rejection due to 'Device and Network Abuse policy.'. This is caused by use of an older default version of Huawei Mobile Services SDK hmsLocationVersion 6.0.0.302. This version update the default hmsLocationVersion to 6.9.0.300
1 parent cbb03ee commit b4f14b5

16 files changed

+20
-13
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.11.1 — 2023-03-30
4+
* [Android] Bump default `hmsLocationVersion = 6.9.0.300`. There are reports of Google rejecting apps due to older huawei HMS dependencies.
5+
36
## 4.11.0 — 2023-03-29
47
* [Android] Introduce __Huawei HMS Support__. Requires a separate license key [purchased here](https://shop.transistorsoft.com/collections/frontpage/products/huawei-background-geolocation).
58
* [iOS] Fix for iOS 16.4. iOS 16.4 introduces changes to CoreLocation behaviour when using Config.showsBackgroundLocationIndi

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def DEFAULT_APP_COMPAT_VERSION = "1.4.1"
1515

1616
// Plugin dependencies
1717
def DEFAULT_GOOGLE_PLAY_SERVICES_LOCATION_VERSION = "20.0.0"
18-
def DEFAULT_HMS_LOCATION_VERSION = "6.0.0.302"
18+
def DEFAULT_HMS_LOCATION_VERSION = "6.9.0.300"
1919
def DEFAULT_OK_HTTP_VERSION = "3.12.13"
2020
def DEFAULT_ANDROID_PERMISSIONS_VERSION = "2.1.6"
2121
def DEFAULT_EVENTBUS_VERSION = "3.3.1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
698e1c71f30dd8815cd1e3e7065942d8
1+
290b8cd91f3fa2b28ed2387a3d111041
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
06db0e27efe59adbc6027273a0891ac1aab569cb
1+
533db0ef5360676d9fb8f345273f9aafa6cb19e3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7461e70dc314d6f6cdb1239b289060769785eb9b6c4a35003b176a12c1e28169
1+
f9b4b97aa7a35a34391de503096a21624523cfc3fea0b463caeb2ff160b8c782
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3408b8a7569637de2ee6cbf9df9ed2a2a015325bd7ea771b3961deb6c985873827867e90925b6ba46d547225a07364b00bca8e7c53f89ce99ba360397f45a8f5
1+
49aa9ac6a9e8c9840d43b58df2949f05c73cc27277987d209ea37d46f3a84df138f7144b86ac0215ec2bb7f7675cd81ad0b90f5a7fa5e34c4a7836c019a97e2b

android/libs/com/transistorsoft/tslocationmanager-v21/maven-metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<versions>
99
<version>3.4.0</version>
1010
</versions>
11-
<lastUpdated>20230329134221</lastUpdated>
11+
<lastUpdated>20230330165939</lastUpdated>
1212
</versioning>
1313
</metadata>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ddaeb1f78609e90acb64b61179b62a4f
1+
463089cd2528dbb18d27b6d167a053a1

0 commit comments

Comments
 (0)