@sumsub/cordova-idensic-mobile-sdk-plugin 1.22.2 → 1.23.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sumsub/cordova-idensic-mobile-sdk-plugin",
3
- "version": "1.22.2",
3
+ "version": "1.23.0",
4
4
  "description": "Cordova plugin exposing Sumsub SDK",
5
5
  "scripts": {
6
6
  "build": "webpack -p"
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="utf-8" ?>
2
- <plugin id="cordova-idensic-mobile-sdk-plugin" version="1.22.2" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
2
+ <plugin id="cordova-idensic-mobile-sdk-plugin" version="1.23.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
3
3
 
4
4
  <name>cordova-idensic-mobile-sdk-plugin</name>
5
5
  <description>Cordova plugin exposing SumSub Mobile SDK</description>
@@ -78,7 +78,7 @@
78
78
  <source url="https://cdn.cocoapods.org/"/>
79
79
  </config>
80
80
  <pods>
81
- <pod name="IdensicMobileSDK" spec="=1.22.0" />
81
+ <pod name="IdensicMobileSDK" spec="=1.23.0" />
82
82
  </pods>
83
83
  </podspec>
84
84
 
@@ -14,8 +14,8 @@ allprojects {
14
14
  }
15
15
 
16
16
  dependencies {
17
- implementation "com.sumsub.sns:idensic-mobile-sdk:1.22.2"
18
- implementation "com.sumsub.sns:idensic-mobile-sdk-prooface:1.22.2"
19
- // implementation "com.sumsub.sns:idensic-mobile-sdk-videoident:1.22.2"
20
- implementation 'com.google.android.material:material:1.7.0'
17
+ implementation "com.sumsub.sns:idensic-mobile-sdk:1.23.0"
18
+ implementation "com.sumsub.sns:idensic-mobile-sdk-prooface:1.23.0"
19
+ // implementation "com.sumsub.sns:idensic-mobile-sdk-videoident:1.23.2"
20
+ implementation 'com.google.android.material:material:1.8.0'
21
21
  }