react-native-moengage-inbox 2.2.0 → 2.4.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.
@@ -10,12 +10,12 @@ Pod::Spec.new do |s|
10
10
  s.license = package['license']
11
11
  s.authors = package["author"]
12
12
 
13
- s.platforms = { :ios => "10.0" }
13
+ s.platforms = { :ios => "11.0" }
14
14
  s.source = { :git => "https://github.com/moengage/React-Native.git", :tag => "#{s.version}" }
15
15
 
16
16
  s.source_files = "ios/**/*.{h,m,mm,swift}"
17
17
 
18
18
  s.dependency "React-Core"
19
- s.dependency "MoEngagePluginInbox",'>= 2.0.0','< 2.1.0'
19
+ s.dependency "MoEngagePluginInbox",'>= 2.2.0','< 2.3.0'
20
20
 
21
21
  end
@@ -17,11 +17,11 @@ apply plugin: 'com.android.library'
17
17
  apply plugin: 'kotlin-android'
18
18
 
19
19
  android {
20
- compileSdkVersion 31
20
+ compileSdkVersion 33
21
21
 
22
22
  defaultConfig {
23
23
  minSdkVersion 21
24
- targetSdkVersion 31
24
+ targetSdkVersion 33
25
25
  versionCode 1
26
26
  versionName "1.0"
27
27
  }
@@ -50,7 +50,7 @@ dependencies {
50
50
  // noinspection GradleDynamicVersion
51
51
  api 'com.facebook.react:react-native:+'
52
52
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
53
- compileOnly("com.moengage:moe-android-sdk:12.4.00")
54
- implementation("com.moengage:inbox-core:2.2.0")
55
- implementation("com.moengage:plugin-base-inbox:3.1.0")
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")
56
56
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-moengage-inbox",
3
- "version": "2.2.0",
3
+ "version": "2.4.0",
4
4
  "description": "Inbox Module for the MoEngage Platform",
5
5
  "main": "src/index.ts",
6
6
  "files": [
@@ -32,4 +32,4 @@
32
32
  "devDependencies": {
33
33
  "@types/react-native": "^0.69.3"
34
34
  }
35
- }
35
+ }