Skip to content

Commit

Permalink
5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vyakimchik authored and Vladislav Yakimchik committed Oct 18, 2020
1 parent 85de276 commit f128109
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cordova-android": "^9.0.0",
"cordova-ios": "^6.1.1",
"cordova-plugin-add-swift-support": "^2.0.2",
"@regulaforensics/cordova-plugin-document-reader-api": "^5.2.0",
"@regulaforensics/cordova-plugin-document-reader-api": "^5.2.1",
"@regulaforensics/cordova-plugin-document-reader-core-fullrfid": "^5.2.0",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-image-picker": "^1.1.3",
Expand Down Expand Up @@ -44,4 +44,4 @@
"devDependencies": {
"cordova-plugin-whitelist": "^1.3.4"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@regulaforensics/cordova-plugin-document-reader-api",
"version": "5.2.0",
"version": "5.2.1",
"description": "Cordova plugin for reading and validation of identification documents (API framework)",
"cordova": {
"id": "@regulaforensics/cordova-plugin-document-reader-api",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-document-reader-api" version="5.2.0"
<plugin id="cordova-plugin-document-reader-api" version="5.2.1"
xmlns="http://apache.org/cordova/ns/plugins/1.0">
<name>DocumentReaderApi</name>
<description>Cordova plugin Document reader api</description>
Expand Down
3 changes: 0 additions & 3 deletions src/android/DocumentReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ public void error(String s) {
return true;
}

<<<<<<< HEAD
private void startForegroundDispatch(final Activity activity) {
IntentFilter[] filters = new IntentFilter[1];
filters[0] = new IntentFilter();
Expand All @@ -304,8 +303,6 @@ private void stopBackgroundRFID() {
backgroundRFIDEnabled = false;
}

=======
>>>>>>> master
private void getAvailableScenarios(Callback callback) throws JSONException {
callback.success(JSONConstructor.generateList(Instance().availableScenarios, JSONConstructor::generateDocumentReaderScenario, getContext()).toString());
}
Expand Down

0 comments on commit f128109

Please sign in to comment.