@digiotech/react-native 1.0.5 → 1.0.6-beta2

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.
@@ -88,9 +88,9 @@ dependencies {
88
88
  //noinspection GradleDynamicVersion
89
89
  implementation "com.facebook.react:react-native:+"
90
90
  implementation 'com.github.digio-tech:gateway:v4.0.8'
91
- // implementation fileTree(dir: "libs", include: ["*.aar"])
92
- implementation 'com.github.digio-tech:gateway_kyc:v4.0.8'
93
- implementation 'androidx.appcompat:appcompat:1.1.0'
91
+ implementation fileTree(dir: "libs", include: ["*.aar"])
92
+ // implementation 'com.github.digio-tech:gateway_kyc:v4.0.8'
93
+ implementation 'androidx.appcompat:appcompat:1.6.1'
94
94
  implementation 'com.google.android.material:material:1.9.0'
95
95
  implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
96
96
  implementation "androidx.camera:camera-core:1.1.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digiotech/react-native",
3
- "version": "1.0.5",
3
+ "version": "1.0.6-beta2",
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",