Skip to content

Commit

Permalink
Automatically built release by Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Aug 30, 2023
1 parent 27270bb commit 16e2e11
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 5 deletions.
Binary file modified LibBlinkCard-javadoc.jar
Binary file not shown.
Binary file modified LibBlinkCard.aar
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Add _BlinkCard_ as a dependency and make sure `transitive` is set to true

```
dependencies {
implementation('com.microblink:blinkcard:2.8.0@aar') {
implementation('com.microblink:blinkcard:2.8.1@aar') {
transitive = true
}
}
Expand All @@ -104,7 +104,7 @@ Android studio 3.0 should automatically import javadoc from maven dependency. If

1. In Android Studio project sidebar, ensure [project view is enabled](https://developer.android.com/sdk/installing/studio-androidview.html)
2. Expand `External Libraries` entry (usually this is the last entry in project view)
3. Locate `blinkcard-2.8.0` entry, right click on it and select `Library Properties...`
3. Locate `blinkcard-2.8.1` entry, right click on it and select `Library Properties...`
4. A `Library Properties` pop-up window will appear
5. Click the second `+` button in bottom left corner of the window (the one that contains `+` with little globe)
6. Window for defining documentation URL will appear
Expand Down
5 changes: 4 additions & 1 deletion Release notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release notes

## 2.8.1
- Fixed crashing issue when opening onboarding screens the help button

## 2.8.0

### Improvements
Expand All @@ -15,7 +18,7 @@

### BlinkCard Recognizer Result
- Two new booleans: `firstSideAnonymized` and `secondSideAnonymized` have been added to indicate whether the first or second side of the card has been anonymized, respectively.
- New result `documentLivenessCheck` which has new liveness model results. It contains liveness information about the first and second sides of the card. Liveness information contains the results of checks performed on the card using screen detection, photocopy detection, and the presence of a live hand.
- New result documentLivenessCheck which has new liveness model results. It contains liveness information about the first and second sides of the card. Liveness information contains the results of checks performed on the card using screen detection, photocopy detection, and the presence of a live hand.

## 2.7.0

Expand Down
2 changes: 1 addition & 1 deletion builtFromCommit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Built from commit e212aa68138bcc9209970dae5946cf42b62e0a33
Built from commit 7144c7e287568d9d93aa33eb2a6909fe585628dc
Binary file modified docs/member-search-index.zip
Binary file not shown.
Binary file modified docs/package-search-index.zip
Binary file not shown.
Binary file modified docs/type-search-index.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microblink</groupId>
<artifactId>blinkcard</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
<packaging>aar</packaging>
<name>BlinkCard SDK for Android</name>
<description>SDK that enables scanning of credit or payment cards in your Android application</description>
Expand Down

0 comments on commit 16e2e11

Please sign in to comment.