Skip to content

Commit 811faf7

Browse files
author
Jenkins
committed
7.2.2
1 parent 7cb01a3 commit 811faf7

4 files changed

Lines changed: 4 additions & 14 deletions

File tree

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.regula.documentreader">
3-
4-
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
5-
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
6-
<uses-permission android:name="android.permission.CAMERA" />
7-
<uses-permission android:name="android.permission.INTERNET" />
8-
<uses-permission android:name="android.permission.NFC" />
9-
</manifest>
10-
1+
<manifest package="com.regula.documentreader" />

example/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2-
2+
<uses-permission android:name="android.permission.NFC" />
33
<uses-permission android:name="android.permission.INTERNET" />
4-
54
<application
65
android:name=".MainApplication"
76
android:label="@string/app_name"

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "jest"
1111
},
1212
"dependencies": {
13-
"@regulaforensics/react-native-document-reader-api": "7.2.1",
13+
"@regulaforensics/react-native-document-reader-api": "7.2.2",
1414
"@regulaforensics/react-native-document-reader-core-fullrfid": "7.2.0",
1515
"react-native-progress": "5.0.0",
1616
"react-native-radio-buttons-group": "3.0.5",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@regulaforensics/react-native-document-reader-api",
3-
"version": "7.2.1",
3+
"version": "7.2.2",
44
"description": "React Native module for reading and validation of identification documents (API framework)",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)