@kaleyra/video-react-native-module 1.1.0 → 1.1.2

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.
@@ -1 +1 @@
1
- React/1.1.0
1
+ React/1.1.2
@@ -7,7 +7,7 @@ import Foundation
7
7
  class _KaleyraVideoHybridVersionInfo: NSObject {
8
8
 
9
9
  @objc
10
- static let krvVersion: String = "1.1.0"
10
+ static let krvVersion: String = "1.1.2"
11
11
 
12
12
  @objc
13
13
  static let krvPlatform: String = "react"
@@ -48,7 +48,7 @@ android {
48
48
  dependencies {
49
49
  implementation 'com.google.code.gson:gson:2.9.1'
50
50
  implementation "com.kaleyra:collaboration-suite-utils:3.0.6"
51
- implementation "com.bandyer:bandyer-android-sdk:3.7.2"
51
+ implementation "com.bandyer:bandyer-android-sdk:3.7.3"
52
52
  implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
53
53
  compileOnly "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.1"
54
54
  implementation "androidx.room:room-runtime:2.4.0-beta02"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaleyra/video-react-native-module",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "private": false,
5
5
  "description": "Kaleyra Video module for react native.",
6
6
  "main": "lib/commonjs/index.js",
@@ -17,7 +17,12 @@ Pod::Spec.new do |s|
17
17
  s.source_files = "ios/**/*.{h,m,mm,swift}", "native-bridge/iOS/Source/**/*.swift"
18
18
 
19
19
  s.dependency "React-Core"
20
- s.dependency "Bandyer", "~> 3.10.0"
20
+
21
+ if defined?($KaleyraNoWebRTC)
22
+ s.dependency "Bandyer/Core", "~> 3.10.2"
23
+ else
24
+ s.dependency "Bandyer", "~> 3.10.2"
25
+ end
21
26
 
22
27
  # Don't install the dependencies when we run `pod install` in the old architecture.
23
28
  if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then