@sumsub/cordova-idensic-mobile-sdk-plugin 1.20.0 → 1.20.3

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.20.0",
3
+ "version": "1.20.3",
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.20.0" 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.20.3" 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>
@@ -51,6 +51,7 @@
51
51
  <preference name="CAMERA_USAGE" default="Let us take a photo" />
52
52
  <preference name="MICROPHONE_USAGE" default="Time to record a video" />
53
53
  <preference name="PHOTO_USAGE" default="Let us pick a photo" />
54
+ <preference name="LOCATION_USAGE" default="Please provide us with your geolocation data to prove your current location" />
54
55
 
55
56
  <config-file target="*-Info.plist" parent="NSCameraUsageDescription">
56
57
  <string>$CAMERA_USAGE</string>
@@ -61,6 +62,9 @@
61
62
  <config-file target="*-Info.plist" parent="NSPhotoLibraryUsageDescription">
62
63
  <string>$PHOTO_USAGE</string>
63
64
  </config-file>
65
+ <config-file target="*-Info.plist" parent="NSLocationWhenInUseUsageDescription">
66
+ <string>$LOCATION_USAGE</string>
67
+ </config-file>
64
68
 
65
69
  <config-file target="config.xml" parent="/*">
66
70
  <feature name="SNSMobileSdkCordovaPlugin">
@@ -74,7 +78,7 @@
74
78
  <source url="https://cdn.cocoapods.org/"/>
75
79
  </config>
76
80
  <pods>
77
- <pod name="IdensicMobileSDK" spec="=1.20.0" />
81
+ <pod name="IdensicMobileSDK" spec="=1.20.2" />
78
82
  </pods>
79
83
  </podspec>
80
84
 
@@ -14,8 +14,8 @@ allprojects {
14
14
  }
15
15
 
16
16
  dependencies {
17
- implementation "com.sumsub.sns:idensic-mobile-sdk:1.20.0"
18
- implementation "com.sumsub.sns:idensic-mobile-sdk-prooface:1.20.0"
19
- // implementation "com.sumsub.sns:idensic-mobile-sdk-videoident:1.20.0"
20
- implementation 'com.google.android.material:material:1.6.1'
17
+ implementation "com.sumsub.sns:idensic-mobile-sdk:1.20.3"
18
+ implementation "com.sumsub.sns:idensic-mobile-sdk-prooface:1.20.3"
19
+ // implementation "com.sumsub.sns:idensic-mobile-sdk-videoident:1.20.3"
20
+ implementation 'com.google.android.material:material:1.7.0'
21
21
  }
@@ -42,6 +42,6 @@ android {
42
42
  }
43
43
 
44
44
  dependencies {
45
- implementation 'com.google.android.material:material:1.6.1'
45
+ implementation 'com.google.android.material:material:1.7.0'
46
46
  implementation 'org.apache.cordova:framework:8.1.0'
47
47
  }