react-native-moengage-inbox 2.4.2 → 2.5.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,6 +16,6 @@ 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.4.0','< 2.5.0'
19
+ s.dependency "MoEngagePluginInbox",'>= 2.5.0','< 2.6.0'
20
20
 
21
21
  end
@@ -1,5 +1,5 @@
1
1
  buildscript {
2
- ext.kotlinVersion = '1.6.0'
2
+ ext.kotlinVersion = '1.7.10'
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:7.3.1'
10
+ classpath 'com.android.tools.build:gradle:8.0.2'
11
11
  // noinspection DifferentKotlinGradleVersion
12
12
  classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
13
13
  }
@@ -17,11 +17,11 @@ apply plugin: 'com.android.library'
17
17
  apply plugin: 'kotlin-android'
18
18
 
19
19
  android {
20
- compileSdkVersion 33
21
-
20
+ compileSdk 33
21
+ namespace "com.moengage.react.inbox"
22
22
  defaultConfig {
23
- minSdkVersion 21
24
- targetSdkVersion 33
23
+ minSdk 21
24
+ targetSdk 33
25
25
  versionCode 1
26
26
  versionName "1.0"
27
27
  }
@@ -48,9 +48,9 @@ repositories {
48
48
 
49
49
  dependencies {
50
50
  // noinspection GradleDynamicVersion
51
- api 'com.facebook.react:react-native:+'
52
- implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
53
- compileOnly("com.moengage:moe-android-sdk:12.8.00")
54
- compileOnly("com.moengage:inbox-core:2.4.0")
55
- implementation("com.moengage:plugin-base-inbox:3.2.0")
51
+ compileOnly 'com.facebook.react:react-native:+'
52
+ compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
53
+ compileOnly("com.moengage:moe-android-sdk:12.10.00")
54
+ compileOnly("com.moengage:inbox-core:2.6.0")
55
+ implementation("com.moengage:plugin-base-inbox:3.3.0")
56
56
  }
@@ -1,5 +1,5 @@
1
1
  distributionBase=GRADLE_USER_HOME
2
2
  distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
3
+ distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-all.zip
4
4
  zipStoreBase=GRADLE_USER_HOME
5
5
  zipStorePath=wrapper/dists
@@ -1 +1 @@
1
-
1
+ android.defaults.buildfeatures.buildconfig=true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-moengage-inbox",
3
- "version": "2.4.2",
3
+ "version": "2.5.0",
4
4
  "description": "Inbox Module for the MoEngage Platform",
5
5
  "main": "src/index.ts",
6
6
  "files": [
@@ -30,7 +30,7 @@
30
30
  "registry": "https://registry.npmjs.org/"
31
31
  },
32
32
  "peerDependencies": {
33
- "react-native-moengage": ">8.5.3"
33
+ "react-native-moengage": "^8.5.3"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/react-native": "^0.69.3"