react-native-userleap 3.1.0 → 3.2.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.
File without changes
@@ -0,0 +1,2 @@
1
+ #Thu Apr 30 11:39:52 PDT 2026
2
+ gradle.version=8.9
File without changes
@@ -76,6 +76,6 @@ dependencies {
76
76
  if (findProject(':userleap-android-sdk') != null) {
77
77
  implementation project(':userleap-android-sdk')
78
78
  } else {
79
- implementation ("com.userleap:userleap-android-sdk:2.24.0") // update this version on android updates
79
+ implementation ("com.userleap:userleap-android-sdk:2.26.2") // update this version on android updates
80
80
  }
81
81
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-userleap",
3
- "version": "3.1.0",
3
+ "version": "3.2.1",
4
4
  "description": "React Native module for UserLeap",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
19
19
  s.requires_arc = true
20
20
 
21
21
  s.dependency "React"
22
- s.dependency "UserLeapKit", "4.30.0"
22
+ s.dependency "UserLeapKit", "4.32.3"
23
23
  end