react-native-incognia 7.0.0 → 7.2.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.
File without changes
@@ -1,2 +1,2 @@
1
- #Tue Aug 05 18:39:00 BRT 2025
2
- gradle.version=9.0-milestone-1
1
+ #Tue Nov 18 19:20:11 BRT 2025
2
+ gradle.version=8.9
@@ -58,5 +58,5 @@ dependencies {
58
58
  implementation "com.google.android.gms:play-services-ads-identifier:${safeExtGet('googlePlayServicesAdsIdentifierVersion', '18.0.1')}"
59
59
  implementation "com.google.android.gms:play-services-location:${safeExtGet('googlePlayServicesLocationVersion', '21.0.1')}"
60
60
  implementation "com.google.android.gms:play-services-appset:${safeExtGet('googlePlayServicesAppsetVersion', '16.0.2')}"
61
- api 'com.incognia:incognia:7.5.+'
61
+ api 'com.incognia:incognia:7.7.+'
62
62
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-incognia",
3
- "version": "7.0.0",
3
+ "version": "7.2.0",
4
4
  "description": "Incognia React Native Library",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
  s.source_files = "ios/**/*.{h,m,mm}"
17
17
 
18
18
  s.dependency "React-Core"
19
- s.dependency 'IncogniaTrialBR', '~> 6.24.1'
20
- s.dependency 'IncogniaBR', '~> 6.24.1'
21
- s.dependency 'IncogniaCoreBR', '~> 6.24.1'
19
+ s.dependency 'IncogniaTrialBR', '~> 6.27.2'
20
+ s.dependency 'IncogniaBR', '~> 6.27.2'
21
+ s.dependency 'IncogniaCoreBR', '~> 6.27.2'
22
22
  end