@selligent-marketing-cloud/selligent-react-native 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.
package/README.md CHANGED
@@ -10,7 +10,7 @@ This module supports the following SDK and tools:
10
10
 
11
11
  | SDK | Version |
12
12
  | ------------------------------------------------------------------------------ |---------|
13
- | [Android SDK](https://github.com/SelligentMarketingCloud/MobileSDK-Android) | 4.7.0 |
13
+ | [Android SDK](https://github.com/SelligentMarketingCloud/MobileSDK-Android) | 4.7.1 |
14
14
  | [iOS SDK](https://github.com/SelligentMarketingCloud/MobileSDK-iOS) | 3.8.7 |
15
15
  | ReactNative | 0.81.4 |
16
16
  | Expo SDK | 54 |
@@ -195,7 +195,6 @@ This module supports the following SDK and tools:
195
195
  // }
196
196
  // [launchOptions setValue:@"alternativeFileName" forKey:@"RN_SELLIGENT_JSON"];
197
197
  // [launchOptions setValue:@"selligent/alternativeFileName" forKey:@"RN_SELLIGENT_JSON"];
198
- // [launchOptions setValue:@"alternativeFolder/alternativeFileName" forKey:@"RN_SELLIGENT_JSON"];
199
198
 
200
199
  // At the end of application:didFinishLaunchingWithOptions:
201
200
  [RNSelligent configureWithLaunchOptions:launchOptions];
@@ -56,7 +56,7 @@ dependencies {
56
56
  exclude group:'com.facebook.fbjni'
57
57
  exclude group:'com.facebook.yoga'
58
58
  }
59
- implementation 'com.selligent.sdk:selligent_mobile_sdk:4.7.0'
59
+ implementation 'com.selligent.sdk:selligent_mobile_sdk:4.7.1'
60
60
  implementation 'com.google.code.gson:gson:2.10.1'
61
61
  implementation 'com.google.firebase:firebase-messaging:23.4.1'
62
62
  implementation 'androidx.work:work-runtime:2.9.0'
@@ -64,7 +64,7 @@ dependencies {
64
64
  implementation 'androidx.cardview:cardview:1.0.0'
65
65
  implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1'
66
66
  implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
67
- implementation 'com.selligent.sdk:selligent_mobile_reactnative_sdk:3.8.3'
67
+ implementation 'com.selligent.sdk:selligent_mobile_reactnative_sdk:3.9.0'
68
68
  }
69
69
 
70
70
  def loadSelligentSettings(variant) {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  },
5
5
  "name": "@selligent-marketing-cloud/selligent-react-native",
6
6
  "title": "Marigold Engage React Native",
7
- "version": "4.2.0",
7
+ "version": "4.3.0",
8
8
  "description": "React Native wrapper for the Marigold Engage Android and iOS SDKs",
9
9
  "main": "index.js",
10
10
  "repository": {