@socure-inc/docv-react-native 5.0.0 → 5.0.1

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/README.md CHANGED
@@ -173,10 +173,6 @@ Ensure that your app manifest has been set up properly to request the following
173
173
  <uses-permission android:name="android.permission.CAMERA" />
174
174
  <uses-permission android:name="android.permission.INTERNET" />
175
175
  <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
176
-
177
- <uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
178
- <uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
179
- <uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
180
176
  ```
181
177
 
182
178
  ## Run the app
@@ -135,7 +135,7 @@ dependencies {
135
135
  //noinspection GradleDynamicVersion
136
136
  implementation "com.facebook.react:react-native:+"
137
137
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
138
- implementation "com.socure.android:docv-capture:5.0.6"
138
+ implementation "com.socure.android:docv-capture:5.0.7"
139
139
 
140
140
  def retrofit_version = "2.9.0"
141
141
  implementation "com.squareup.retrofit2:retrofit:$retrofit_version"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socure-inc/docv-react-native",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "The Predictive Document Verification (DocV) SDK React Native bridge allows you to use the DocV SDK v4 for Android and iOS in your React Native application.",
5
5
  "main": "src/index",
6
6
  "types": "dist/index.d.ts",