react-native-steerpath-smart-map 1.17.2 → 1.17.4
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 +8 -0
- package/android/build.gradle +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -15,6 +15,14 @@ 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.17.4] - 2022-11-10
|
|
19
|
+
|
|
20
|
+
- Bump Android Smart SDK to version android-smart-1.15.2
|
|
21
|
+
|
|
22
|
+
# [1.17.3] - 2022-11-04
|
|
23
|
+
|
|
24
|
+
- Bump Android Smart SDK to version android-smart-1.15.1
|
|
25
|
+
|
|
18
26
|
# [1.17.2] - 2022-11-03
|
|
19
27
|
|
|
20
28
|
- Bump iOS Smart SDK to version 1.15.14
|
package/android/build.gradle
CHANGED
|
@@ -53,7 +53,7 @@ repositories {
|
|
|
53
53
|
|
|
54
54
|
dependencies {
|
|
55
55
|
implementation "com.facebook.react:react-native:${safeExtGet('reactnativeVersion', '+')}"
|
|
56
|
-
implementation "com.steerpath:smart:android-smart-1.15.
|
|
56
|
+
implementation "com.steerpath:smart:android-smart-1.15.2"
|
|
57
57
|
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
|
|
58
58
|
implementation "androidx.lifecycle:lifecycle-viewmodel:2.2.0"
|
|
59
59
|
}
|
package/package.json
CHANGED