Skip to content

Commit

Permalink
Merge pull request #57 from BlinkID/release/v1.5.3
Browse files Browse the repository at this point in the history
Release/v1.5.3
  • Loading branch information
Jure Čular authored Apr 9, 2018
2 parents 98aa27c + 1fa64bf commit 31ff05d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BlinkID/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blinkid-cordova",
"version": "1.5.2",
"version": "1.5.3",
"description": "A small and powerful ID card scanning library",
"cordova": {
"id": "com.microblink.blinkid",
Expand Down
2 changes: 1 addition & 1 deletion BlinkID/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.microblink.BlinkIdScanner"
version="1.5.2">
version="1.5.3">

<name>BlinkIdScanner</name>
<description>A small and powerful ID card scanning library</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ private IndonesianIDFrontRecognizerSettings buildIndonesiaIdSettings() {

if (sReturnFaceImage) {
settings.setDisplayFaceImage(true);
sFullDocumentImageResultTypes.put(IndonesianIDFrontRecognizerSettings.PORTRAIT_IMAGE_NAME, IndonesianIDFrontRecognitionResult.class);
sFaceImageResultTypes.put(IndonesianIDFrontRecognizerSettings.PORTRAIT_IMAGE_NAME, IndonesianIDFrontRecognitionResult.class);
}

return settings;
Expand Down
4 changes: 2 additions & 2 deletions BlinkID/src/android/libBlinkID.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ repositories {
}

dependencies {
compile 'com.android.support:appcompat-v7:27.0.2'
compile('com.microblink:blinkid:3.15.1@aar') {
compile 'com.android.support:appcompat-v7:27.1.0'
compile('com.microblink:blinkid:3.16.0@aar') {
transitive = false
}
}
Expand Down
4 changes: 4 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.5.3
- updated Android SDK to v3.16.0
- fixed returning of face image for Indonesian ID on Android

## 1.5.2
- updated iOS SDK to v2.17.0
- added `IndonesiaID` recognizer
Expand Down

0 comments on commit 31ff05d

Please sign in to comment.