@selligent-marketing-cloud/selligent-react-native 3.7.1 → 3.8.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 +2 -2
- package/android/build.gradle +7 -13
- package/package.json +1 -1
- package/android/libs/RNSelligentMobileSDK.aar +0 -0
package/README.md
CHANGED
|
@@ -9,8 +9,8 @@ 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.
|
|
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
15
|
| ReactNative | 0.72.4 |
|
|
16
16
|
| Expo SDK | 49 |
|
package/android/build.gradle
CHANGED
|
@@ -8,7 +8,7 @@ buildscript {
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
dependencies {
|
|
11
|
-
classpath 'com.android.tools.build:gradle:8.
|
|
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.
|
|
66
|
-
implementation 'com.google.code.gson:gson:2.
|
|
67
|
-
implementation 'com.google.firebase:firebase-messaging:23.
|
|
68
|
-
implementation 'androidx.work:work-runtime:2.
|
|
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.
|
|
73
|
-
implementation
|
|
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
|
+
"version": "3.8.0",
|
|
8
8
|
"description": "React Native wrapper for the Marigold Engage Android and iOS SDKs",
|
|
9
9
|
"main": "index.js",
|
|
10
10
|
"repository": {
|
|
Binary file
|