Skip to content

Commit

Permalink
7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed May 15, 2024
1 parent 7cb01a3 commit 811faf7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
11 changes: 1 addition & 10 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.regula.documentreader">

<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.NFC" />
</manifest>

<manifest package="com.regula.documentreader" />
3 changes: 1 addition & 2 deletions example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.NFC" />
<uses-permission android:name="android.permission.INTERNET" />

<application
android:name=".MainApplication"
android:label="@string/app_name"
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"@regulaforensics/react-native-document-reader-api": "7.2.1",
"@regulaforensics/react-native-document-reader-api": "7.2.2",
"@regulaforensics/react-native-document-reader-core-fullrfid": "7.2.0",
"react-native-progress": "5.0.0",
"react-native-radio-buttons-group": "3.0.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@regulaforensics/react-native-document-reader-api",
"version": "7.2.1",
"version": "7.2.2",
"description": "React Native module for reading and validation of identification documents (API framework)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 811faf7

Please sign in to comment.