react-native-moengage-inbox 4.0.1 → 4.1.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.
|
@@ -16,9 +16,8 @@ Pod::Spec.new do |s|
|
|
|
16
16
|
s.source_files = "ios/**/*.{h,m,mm,swift}"
|
|
17
17
|
|
|
18
18
|
s.dependency "React-Core"
|
|
19
|
-
s.dependency "MoEngagePluginInbox",'>= 2.
|
|
19
|
+
s.dependency "MoEngagePluginInbox",'>= 2.10.0','< 2.11.0'
|
|
20
20
|
|
|
21
|
-
|
|
22
21
|
if defined?(install_modules_dependencies()) != nil
|
|
23
22
|
install_modules_dependencies(s);
|
|
24
23
|
else
|
package/android/build.gradle
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
buildscript {
|
|
2
|
-
ext.kotlinVersion = '1.
|
|
2
|
+
ext.kotlinVersion = '1.9.23'
|
|
3
3
|
|
|
4
4
|
repositories {
|
|
5
5
|
google()
|
|
@@ -7,7 +7,7 @@ buildscript {
|
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
dependencies {
|
|
10
|
-
classpath 'com.android.tools.build:gradle:8.
|
|
10
|
+
classpath 'com.android.tools.build:gradle:8.4.0'
|
|
11
11
|
// noinspection DifferentKotlinGradleVersion
|
|
12
12
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
|
|
13
13
|
}
|
|
@@ -15,9 +15,9 @@ buildscript {
|
|
|
15
15
|
|
|
16
16
|
ext {
|
|
17
17
|
//dependency version
|
|
18
|
-
moengageCoreVersion = "13.00
|
|
19
|
-
moengageInboxCoreVersion = "3.0
|
|
20
|
-
pluginBaseInboxVersion = "4.
|
|
18
|
+
moengageCoreVersion = "13.04.00"
|
|
19
|
+
moengageInboxCoreVersion = "3.1.0"
|
|
20
|
+
pluginBaseInboxVersion = "4.1.0"
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
apply plugin: 'com.android.library'
|
|
@@ -25,7 +25,7 @@ apply plugin: 'kotlin-android'
|
|
|
25
25
|
apply plugin: 'com.facebook.react'
|
|
26
26
|
|
|
27
27
|
android {
|
|
28
|
-
compileSdk
|
|
28
|
+
compileSdk 34
|
|
29
29
|
namespace "com.moengage.react.inbox"
|
|
30
30
|
defaultConfig {
|
|
31
31
|
minSdk 21
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
distributionBase=GRADLE_USER_HOME
|
|
2
2
|
distributionPath=wrapper/dists
|
|
3
|
-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.
|
|
3
|
+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
|
|
4
4
|
zipStoreBase=GRADLE_USER_HOME
|
|
5
5
|
zipStorePath=wrapper/dists
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-moengage-inbox",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "Inbox Module for the MoEngage Platform",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"files": [
|
|
@@ -17,7 +17,9 @@
|
|
|
17
17
|
"!**/__fixtures__",
|
|
18
18
|
"!**/__mocks__"
|
|
19
19
|
],
|
|
20
|
-
"scripts": {
|
|
20
|
+
"scripts": {
|
|
21
|
+
"test": "echo \"Test cases not available\" && exit 0"
|
|
22
|
+
},
|
|
21
23
|
"keywords": [
|
|
22
24
|
"react-native",
|
|
23
25
|
"ios",
|
|
@@ -37,7 +39,7 @@
|
|
|
37
39
|
},
|
|
38
40
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
39
41
|
"devDependencies": {
|
|
40
|
-
"
|
|
42
|
+
"react-native": "0.73.0"
|
|
41
43
|
},
|
|
42
44
|
"codegenConfig": {
|
|
43
45
|
"name": "NativeMoEngageInboxSpec",
|