react-native-insider 7.0.7-nh → 7.0.8-nh

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/RNInsider.podspec CHANGED
@@ -9,12 +9,12 @@ Pod::Spec.new do |s|
9
9
  s.authors = package_json['author']
10
10
  s.license = 'MIT'
11
11
  s.platform = :ios, '12.0'
12
- s.source = {:http => 'https://mobilesdk.useinsider.com/iOS/14.2.5/InsiderMobileIOSFramework.zip'}
12
+ s.source = {:http => 'https://mobilesdk.useinsider.com/iOS/14.2.6/InsiderMobileIOSFramework.zip'}
13
13
  s.source_files = 'ios/RNInsider/*.{h,m}'
14
14
  s.requires_arc = true
15
15
  s.static_framework = true
16
16
  s.dependency 'React'
17
- s.dependency 'InsiderMobile', '14.2.5'
17
+ s.dependency 'InsiderMobile', '14.2.6'
18
18
  s.dependency 'InsiderGeofence', '1.2.4'
19
19
  s.dependency 'InsiderHybrid', '1.7.6'
20
20
  end
@@ -40,7 +40,7 @@ repositories {
40
40
 
41
41
  dependencies {
42
42
  implementation "com.facebook.react:react-native:${getVersionFromPartner('reactNativeVersion', '+')}"
43
- implementation 'com.useinsider:insider:15.2.3-nh'
43
+ implementation 'com.useinsider:insider:15.2.4-nh'
44
44
  implementation 'com.useinsider:insiderhybrid:1.3.4'
45
45
 
46
46
  implementation 'androidx.security:security-crypto:1.1.0-alpha06'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-insider",
3
- "version": "7.0.7-nh",
3
+ "version": "7.0.8-nh",
4
4
  "description": "React Native Insider SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
Binary file