react-native-userleap 4.2.0 → 4.3.0

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.
@@ -85,6 +85,6 @@ dependencies {
85
85
  if (findProject(':userleap-android-sdk') != null) {
86
86
  implementation project(':userleap-android-sdk')
87
87
  } else {
88
- implementation ("com.userleap:userleap-android-sdk:2.28.0") // update this version on android updates
88
+ implementation ("com.userleap:userleap-android-sdk:2.29.0") // update this version on android updates
89
89
  }
90
90
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-userleap",
3
- "version": "4.2.0",
3
+ "version": "4.3.0",
4
4
  "description": "React Native module for UserLeap",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
18
18
  s.source_files = "ios/**/*.{h,c,m,mm,swift}"
19
19
  s.requires_arc = true
20
20
 
21
- s.dependency "UserLeapKit", "4.34.0"
21
+ s.dependency "UserLeapKit", "4.35.0"
22
22
 
23
23
  # New Architecture: wires up the React-Codegen dependency and header search
24
24
  # paths so the generated RNUserLeapBindingsSpec (Obj-C++) resolves.