@digiotech/react-native 2.0.7 → 2.0.8

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.
@@ -104,7 +104,7 @@ dependencies {
104
104
  //noinspection GradleDynamicVersion
105
105
  implementation "com.facebook.react:react-native:+"
106
106
  // core dependencies
107
- implementation(platform("com.github.digio-tech:digio-bom:v1.0.38"))
107
+ implementation(platform("com.github.digio-tech:digio-bom:v1.0.42"))
108
108
  implementation("androidx.appcompat:appcompat")
109
109
  implementation("com.google.android.material:material")
110
110
  implementation("androidx.navigation:navigation-fragment-ktx")
@@ -137,7 +137,7 @@ dependencies {
137
137
  implementation("com.github.digio-tech:image_processor")
138
138
  implementation("androidx.exifinterface:exifinterface")
139
139
 
140
- implementation("com.github.digio-tech:sdk_ml_camera")
140
+ implementation("com.github.digio-tech:sdk_ml_camera")
141
141
  // implementation("com.google.mlkit:face-detection")
142
142
  implementation("com.google.android.gms:play-services-mlkit-face-detection")
143
143
 
@@ -161,6 +161,8 @@ dependencies {
161
161
  implementation("org.simpleframework:simple-xml")
162
162
  implementation("com.github.bumptech.glide:glide")
163
163
 
164
+ implementation ("com.airbnb.android:lottie:6.6.6")
165
+ implementation("androidx.core:core-animation:1.0.0")
164
166
 
165
167
  }
166
168
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digiotech/react-native",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "SDK for invoking client side journey for any of Digio request",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",