@sumsub/cordova-idensic-mobile-sdk-plugin 1.28.0 → 1.29.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.28.0",
3
+ "version": "1.29.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.28.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.29.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>
@@ -20,9 +20,9 @@
20
20
  <feature name="SNSMobileSdkCordovaPlugin">
21
21
  <param name="android-package" value="com.sumsub.msdk.plugins.cordova.SNSMobileSdkCordovaPlugin" />
22
22
  </feature>
23
- <preference name="android-targetSdkVersion" value="33" />
24
- <preference name="android-compileSdkVersion" value="33" />
25
- <preference name="android-buildToolsVersion" value="33.0.0" />
23
+ <preference name="android-targetSdkVersion" value="34" />
24
+ <preference name="android-compileSdkVersion" value="34" />
25
+ <preference name="android-buildToolsVersion" value="34.0.0" />
26
26
  </config-file>
27
27
 
28
28
  <config-file target="AndroidManifest.xml" parent="/*">
@@ -78,7 +78,7 @@
78
78
  <source url="https://cdn.cocoapods.org/"/>
79
79
  </config>
80
80
  <pods>
81
- <pod name="IdensicMobileSDK" spec="=1.28.0" />
81
+ <pod name="IdensicMobileSDK" spec="=1.29.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.28.0"
18
- implementation "com.sumsub.sns:idensic-mobile-sdk-prooface:1.28.0"
19
- // implementation "com.sumsub.sns:idensic-mobile-sdk-videoident:1.28.0"
17
+ implementation "com.sumsub.sns:idensic-mobile-sdk:1.29.0"
18
+ implementation "com.sumsub.sns:idensic-mobile-sdk-prooface:1.29.0"
19
+ // implementation "com.sumsub.sns:idensic-mobile-sdk-videoident:1.29.0"
20
20
  implementation 'com.google.android.material:material:1.8.0'
21
21
  }
@@ -25,10 +25,10 @@ rootProject.allprojects {
25
25
  }
26
26
 
27
27
  android {
28
- compileSdkVersion 33
28
+ compileSdkVersion 34
29
29
  defaultConfig {
30
30
  minSdkVersion 21
31
- targetSdkVersion 33
31
+ targetSdkVersion 34
32
32
  versionCode 1
33
33
  versionName "1.0"
34
34
  testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"