Skip to content

Commit

Permalink
Merge pull request #178 from BlinkID/release/v4.11.1
Browse files Browse the repository at this point in the history
Release/v4.11.1
  • Loading branch information
i1E authored Sep 18, 2019
2 parents 9da6b7c + 6f08028 commit 37a16ed
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
4 changes: 2 additions & 2 deletions BlinkIDSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.2'
classpath 'com.android.tools.build:gradle:3.5.0'
}
}

Expand All @@ -21,7 +21,7 @@ allprojects {
// versions of libraries that all modules require

project.ext {
blinkIdVersion = '4.11.0'
blinkIdVersion = '4.11.1'
compileSdkVersion = 28
targetSdkVersion = 28
buildToolsVersion = '28.0.3'
Expand Down
2 changes: 1 addition & 1 deletion BlinkIDSample/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
Binary file modified LibBlinkID-javadoc.jar
Binary file not shown.
Binary file modified LibBlinkID.aar
Binary file not shown.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ After that, you just need to add _BlinkID_ as a dependency to your application (

```
dependencies {
implementation('com.microblink:blinkid:4.11.0@aar') {
implementation('com.microblink:blinkid:4.11.1@aar') {
transitive = true
}
}
Expand All @@ -204,7 +204,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-4.11.0` entry, right click on it and select `Library Properties...`
3. Locate `blinkid-4.11.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 Expand Up @@ -276,7 +276,7 @@ Open your `pom.xml` file and add these directives as appropriate:
<dependency>
<groupId>com.microblink</groupId>
<artifactId>blinkid</artifactId>
<version>4.11.0</version>
<version>4.11.1</version>
<type>aar</type>
</dependency>
</dependencies>
Expand Down
8 changes: 8 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release notes

## 4.11.1

### Bug fixes:

- fixed crash on some devices that use armeabi-v7a ABI - SDK was unable to reserve address space due to memory fragmentation
- fixed camera busy error in camera management that was happening during the quick closing and opening of the camera
- fixed rare crash on Samsung J5 Prime which has been caused by race condition during the initialization of native camera frame

## 4.11.0

### New features:
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 bc9d1885437ace31c8398c08f691bf6daea2e15c
Built from commit 3b7534bd8e778141fdd6dfc6a2399db4b9a85fac
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>4.11.0</version>
<version>4.11.1</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

0 comments on commit 37a16ed

Please sign in to comment.