infobip-mobile-messaging-react-native-plugin 14.6.0 → 14.7.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.
@@ -37,11 +37,11 @@ def withWebRTCUI = rootProject.findProperty('withWebRTCUI') ?: false
37
37
 
38
38
  android {
39
39
  namespace "org.infobip.reactlibrary.mobilemessaging"
40
- compileSdk 35
40
+ compileSdk 36
41
41
 
42
42
  defaultConfig {
43
43
  minSdk 21
44
- targetSdk 35
44
+ targetSdk 36
45
45
  buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
46
46
  consumerProguardFiles 'infobip-mm-proguard-rules.pro'
47
47
  }
@@ -66,7 +66,7 @@ repositories {
66
66
  }
67
67
 
68
68
  dependencies {
69
- def mmVersion = '14.13.0'
69
+ def mmVersion = '14.14.2'
70
70
  implementation "org.jetbrains.kotlin:kotlin-stdlib:2.1.20"
71
71
  compileOnly "com.facebook.react:react-android"
72
72
  implementation "androidx.annotation:annotation:1.9.1"
@@ -20,6 +20,7 @@ Pod::Spec.new do |s|
20
20
  s.requires_arc = true
21
21
 
22
22
  s.dependency "React-Core"
23
+ s.dependency "React-Core-prebuilt"
23
24
 
24
25
  s.dependency "MobileMessaging/Core", mmVersion
25
26
  s.dependency "MobileMessaging/InAppChat", mmVersion
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "infobip-mobile-messaging-react-native-plugin",
3
3
  "title": "Infobip Mobile Messaging React Native Plugin",
4
- "version": "14.6.0",
4
+ "version": "14.7.0",
5
5
  "description": "Infobip Mobile Messaging React Native Plugin",
6
6
  "main": "./src/index.js",
7
7
  "scripts": {
@@ -37,11 +37,11 @@
37
37
  "react-native": ">=0.68.0 <1.0.x"
38
38
  },
39
39
  "devDependencies": {
40
- "@react-native/codegen": "0.81.6",
41
- "@types/react": "^19.1.4",
40
+ "@react-native/codegen": "0.84.0",
41
+ "@types/react": "^19.2.3",
42
42
  "metro-react-native-babel-preset": "^0.77.0",
43
- "react": "19.1.4",
44
- "react-native": "0.81.6"
43
+ "react": "19.2.3",
44
+ "react-native": "0.84.0"
45
45
  },
46
46
  "codegenConfig": {
47
47
  "name": "MobileMessaging",