@zoom/meetingsdk-react-native 6.4.10 → 6.6.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.
@@ -30,7 +30,7 @@ android {
30
30
  compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
31
31
  buildToolsVersion getExtOrDefault('buildToolsVersion')
32
32
  defaultConfig {
33
- minSdkVersion 26
33
+ minSdkVersion 28
34
34
  targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
35
35
  versionCode 1
36
36
  versionName "1.0"
@@ -156,6 +156,9 @@ dependencies {
156
156
  implementation "androidx.core:core:1.13.0"
157
157
  implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2"
158
158
  implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"
159
+ implementation "androidx.lifecycle:lifecycle-service:2.6.2"
160
+ implementation "androidx.work:work-runtime:2.9.0"
161
+
159
162
  implementation "androidx.fragment:fragment-ktx:1.4.1"
160
163
  implementation "com.davemorrissey.labs:subsampling-scale-image-view:3.10.0"
161
164
  implementation "androidx.core:core-splashscreen:1.0.1"
@@ -181,5 +184,5 @@ dependencies {
181
184
  implementation "com.google.mlkit:text-recognition:16.0.1"
182
185
  implementation "com.blueparrott:blueparrottsdk:4.8.2"
183
186
 
184
- implementation 'us.zoom.meetingsdk:zoomsdk:6.4.10'
187
+ implementation 'us.zoom.meetingsdk:zoomsdk:6.6.0'
185
188
  }