react-native-mdl-verification 1.0.13 → 1.0.15

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.
@@ -51,6 +51,9 @@ android {
51
51
  repositories {
52
52
  google()
53
53
  mavenCentral()
54
+ flatDir {
55
+ dirs 'libs'
56
+ }
54
57
  }
55
58
 
56
59
  dependencies {
@@ -77,8 +80,6 @@ dependencies {
77
80
  implementation "com.google.code.gson:gson:2.10.1"
78
81
  implementation "com.upokecenter:cbor:4.5.2"
79
82
  implementation "commons-codec:commons-codec:1.15"
80
- implementation "org.bouncycastle:bcprov-jdk15on:1.70"
81
- implementation "org.bouncycastle:bcpkix-jdk15on:1.70"
82
83
  implementation "com.nimbusds:nimbus-jose-jwt:9.31"
83
84
  implementation "org.apache.commons:commons-lang3:3.12.0"
84
85
 
@@ -91,5 +92,5 @@ dependencies {
91
92
  // CheckMDL SDK (AAR files)
92
93
  implementation "org.multipaz:multipaz:0.93.0"
93
94
  implementation "org.multipaz:multipaz-android-legacy:0.93.0"
94
- //implementation(name: 'mvalid-sdk-1.6.0-SNAPSHOT', ext: 'aar')
95
+ implementation(name: 'checkmdl-mvalid-sdk-1.6.0-release', ext: 'aar')
95
96
  }
@@ -11,7 +11,6 @@ import com.facebook.react.bridge.Arguments
11
11
  import com.facebook.react.modules.core.DeviceEventManagerModule
12
12
  import android.util.Log
13
13
  import com.checkmdl.mdlvalid.sdk.*
14
- import com.scytales.mvalid.sdk.*
15
14
  import androidx.activity.ComponentActivity
16
15
 
17
16
  class MdlVerificationBridge(reactContext: ReactApplicationContext) :
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-mdl-verification",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "React Native bridge for MDL (Mobile Driver's License) verification using CheckMDL SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",