react-native-steerpath-smart-map 1.29.0 → 1.29.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -15,6 +15,10 @@ This package is built on top of Steerpath's Smart SDK, and most of releases are
15
15
  - [iOS](https://s3-eu-west-1.amazonaws.com/steerpath/ios/releases/smart-sdk-changelog/index.html)
16
16
  - [Web](https://s3-eu-west-1.amazonaws.com/steerpath-web-sdk/documentation/smart/latest/index.html)
17
17
 
18
+ ## [1.29.1] - 2024-07-30
19
+
20
+ - Bump Android Smart SDK version to android-smart-1.23.1 to fix crash when starting live service on Android 14 devices, before location permissions are granted.
21
+
18
22
  ## [1.29.0] - 2024-07-29
19
23
 
20
24
  - Bump Android Smart SDK version to android-smart-1.23.0. This SDK version includes new foreground service type and permission to support Android 14.
@@ -71,7 +71,7 @@ repositories {
71
71
 
72
72
  dependencies {
73
73
  implementation "com.facebook.react:react-native:${safeExtGet('reactnativeVersion', '+')}"
74
- implementation "com.steerpath:smart:android-smart-1.23.0"
74
+ implementation "com.steerpath:smart:android-smart-1.23.1"
75
75
  implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
76
76
  implementation "androidx.lifecycle:lifecycle-viewmodel:2.2.0"
77
77
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-steerpath-smart-map",
3
3
  "title": "React Native Steerpath Smart Map",
4
- "version": "1.29.0",
4
+ "version": "1.29.1",
5
5
  "description": "Steerpath SmartMapView for React Native",
6
6
  "main": "dist/index.js",
7
7
  "scripts": {