Skip to content

Commit 4e548b1

Browse files
author
Jenkins
committed
6.3.1
1 parent 3ef03f9 commit 4e548b1

4 files changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,17 @@ $ pod install
2626

2727
4. Android:
2828
* Copy the `regula.license` file to the `example/android/app/src/main/assets` folder.
29-
* Change the application ID to the one you have specified during the registration at [client.regulaforensics.com](https://client.regulaforensics.com).
3029
* Run `npx react-native run-android` inside `example` folder - this is just one way to run the app. You can also run it directly from within Android Studio. **Note**: `npx react-native log-android` is used to view logs.
3130

3231
**Note**: if the running failed with the following error `Error: spawn ./gradlew EACCES`, try to run the following command `chmod +x gradlew` within the `example/android` directory.
3332

3433
5. iOS:
3534
* Copy the `regula.license` file to the `example/ios/DocumentReader` folder.
36-
* Change the Bundle Identifier to the one you have specified during the registration at [client.regulaforensics.com](https://client.regulaforensics.com).
3735
* Run `npx react-native run-ios` inside `example` folder - this is just one way to run the app. You can also run it directly from within Xcode.
3836

3937
### Troubleshooting license issues
4038
If you have issues with license verification when running the application, please verify that next is true:
4139
1. The OS, which you use, is specified in the license (e.g., Android and/or iOS).
42-
2. The application (Bundle) ID, which you use, is specified in the license.
4340
3. The license is valid (not expired).
4441
4. The date and time on the device, where you run the application, are valid.
4542
5. You use the latest release version of the Document Reader SDK.

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
//noinspection GradleDynamicVersion
5050
implementation 'com.facebook.react:react-native:+'
5151
//noinspection GradleDependency
52-
implementation('com.regula.documentreader:api:6.3.6939') {
52+
implementation('com.regula.documentreader:api:6.3.6946') {
5353
transitive = true
5454
}
5555
}

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint ."
1111
},
1212
"dependencies": {
13-
"@regulaforensics/react-native-document-reader-api": "^6.3.0",
13+
"@regulaforensics/react-native-document-reader-api": "^6.3.1",
1414
"@regulaforensics/react-native-document-reader-core-fullrfid": "^6.3.0",
1515
"react": "17.0.2",
1616
"react-native": "^0.67.0",

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": "6.3.0",
3+
"version": "6.3.1",
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)