@selligent-marketing-cloud/selligent-react-native 3.7.1 → 3.9.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
@@ -9,11 +9,11 @@ This module supports the following SDK and tools:
9
9
  > **IMPORTANT** This module isn't built using ReactNative's new architecture! It is however compatible with apps that do adopt the new architecture, as far as they are using latest ReactNative's versions.
10
10
 
11
11
  | SDK | Version |
12
- | ------------------------------------------------------------------------------ | ------- |
13
- | [Android SDK](https://github.com/SelligentMarketingCloud/MobileSDK-Android) | 4.4.1 |
12
+ | ------------------------------------------------------------------------------ |---------|
13
+ | [Android SDK](https://github.com/SelligentMarketingCloud/MobileSDK-Android) | 4.5.0 |
14
14
  | [iOS SDK](https://github.com/SelligentMarketingCloud/MobileSDK-iOS) | 3.8.1 |
15
- | ReactNative | 0.72.4 |
16
- | Expo SDK | 49 |
15
+ | ReactNative | 0.73.4 |
16
+ | Expo SDK | 50 |
17
17
 
18
18
  ## Installation
19
19
 
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
10
  s.description = "React Native wrapper mapper for the Marigold Engage Android and iOS SDKs"
11
11
  s.homepage = package['homepage']
12
12
  s.license = "MIT"
13
- s.platform = :ios, "12.0"
13
+ s.platform = :ios, "13.4"
14
14
  s.source = { :git => "https://github.com/SelligentMarketingCloud/MobileSDK-ReactNative.git", :tag => "v" + s.version.to_s }
15
15
  s.swift_version = "5.0"
16
16
 
@@ -8,7 +8,7 @@ buildscript {
8
8
  }
9
9
 
10
10
  dependencies {
11
- classpath 'com.android.tools.build:gradle:8.1.2'
11
+ classpath 'com.android.tools.build:gradle:8.2.2'
12
12
  }
13
13
  }
14
14
 
@@ -26,12 +26,6 @@ android {
26
26
  buildFeatures {
27
27
  buildConfig true
28
28
  }
29
-
30
- sourceSets {
31
- main {
32
- jniLibs.srcDirs = ['libs']
33
- }
34
- }
35
29
  }
36
30
 
37
31
  androidComponents {
@@ -62,15 +56,15 @@ dependencies {
62
56
  exclude group:'com.facebook.fbjni'
63
57
  exclude group:'com.facebook.yoga'
64
58
  }
65
- implementation 'com.selligent.sdk:selligent_mobile_sdk:4.4.1'
66
- implementation 'com.google.code.gson:gson:2.9.0'
67
- implementation 'com.google.firebase:firebase-messaging:23.2.1'
68
- implementation 'androidx.work:work-runtime:2.8.1'
59
+ implementation 'com.selligent.sdk:selligent_mobile_sdk:4.5.0'
60
+ implementation 'com.google.code.gson:gson:2.10.1'
61
+ implementation 'com.google.firebase:firebase-messaging:23.4.1'
62
+ implementation 'androidx.work:work-runtime:2.9.0'
69
63
  implementation 'androidx.concurrent:concurrent-futures:1.1.0'
70
64
  implementation 'androidx.cardview:cardview:1.0.0'
71
65
  implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1'
72
- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1'
73
- implementation files("libs/RNSelligentMobileSDK.aar")
66
+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
67
+ implementation 'com.selligent.sdk:selligent_mobile_reactnative_sdk:3.8.0'
74
68
  }
75
69
 
76
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": "3.7.1",
7
+ "version": "3.9.0",
8
8
  "description": "React Native wrapper for the Marigold Engage Android and iOS SDKs",
9
9
  "main": "index.js",
10
10
  "repository": {