Skip to content

Commit

Permalink
Merge pull request #265 from BlinkID/release/v5.15.2
Browse files Browse the repository at this point in the history
Release/v5.15.2
  • Loading branch information
krizaa authored Feb 2, 2022
2 parents 472cc3d + 449782b commit 637feb0
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion BlinkIDSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ allprojects {
// versions of libraries that all modules require

project.ext {
blinkIdVersion = '5.15.1'
blinkIdVersion = '5.15.2'
compileSdkVersion = 31
targetSdkVersion = 31
appCompatVersion = '1.4.0'
Expand Down
Binary file modified LibBlinkID-javadoc.jar
Binary file not shown.
Binary file modified LibBlinkID.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 @@ -113,7 +113,7 @@ Add _BlinkID_ as a dependency and make sure `transitive` is set to true

```
dependencies {
implementation('com.microblink:blinkid:5.15.1@aar') {
implementation('com.microblink:blinkid:5.15.2@aar') {
transitive = true
}
}
Expand All @@ -125,7 +125,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 `blinkid-5.15.1` entry, right click on it and select `Library Properties...`
3. Locate `blinkid-5.15.2` 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
9 changes: 9 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release notes

## 5.15.2

### Visual identity update
- We’ve updated Microblink logo and colors

### Fixes
- Fixed crash on some devices when opening camera


## 5.15.0

### Newly added versions of documents for already supported documents
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 cd868164f280ad55d77fdb75fd0cc9c913211d9a
Built from commit 55736fa3c2a24f68233223e6e891c4d26520ecca
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>blinkid</artifactId>
<version>5.15.1</version>
<version>5.15.2</version>
<packaging>aar</packaging>
<name>BlinkID SDK for Android</name>
<description>SDK that enables scanning of ID documents and passports in your Android application</description>
Expand Down
4 changes: 2 additions & 2 deletions size-report/sdk_size_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This SDK size report is for all supported ABIs. We use the Android official [**a

| ABI | APK file size | APK download size |
| --- |:-------------:| :----------------:|
| armeabi-v7a | 8.2MB | 5.9MB |
| arm64-v8a | 9.5MB | 6.2MB |
| armeabi-v7a | 8.2MB | 6MB |
| arm64-v8a | 9.5MB | 6.3MB |
| x86 | 10.8MB | 6.7MB |
| x86_64 | 10.8MB | 6.6MB |

0 comments on commit 637feb0

Please sign in to comment.