Skip to content

Commit

Permalink
Merge pull request #331 from BlinkID/release/6.11.1
Browse files Browse the repository at this point in the history
Release/6.11.1
  • Loading branch information
i1E authored Oct 1, 2024
2 parents 0e46932 + 05f8172 commit 6c34fef
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion BlinkIDSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allprojects {
// versions of libraries that all modules require

project.ext {
blinkIdVersion = '6.11.0'
blinkIdVersion = '6.11.1'
compileSdkVersion = 35
targetSdkVersion = 35
appCompatVersion = '1.7.0'
Expand Down
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 @@ -115,7 +115,7 @@ Add _BlinkID_ as a dependency and make sure `transitive` is set to true

```
dependencies {
implementation('com.microblink:blinkid:6.11.0@aar') {
implementation('com.microblink:blinkid:6.11.1@aar') {
transitive = true
}
}
Expand All @@ -127,7 +127,7 @@ Android studio should automatically import javadoc from maven dependency. If tha

1. In Android Studio project sidebar, ensure [project view is enabled](https://developer.android.com/studio/projects#ProjectView)
2. Expand `External Libraries` entry (usually this is the last entry in project view)
3. Locate `blinkid-6.11.0` entry, right click on it and select `Library Properties...`
3. Locate `blinkid-6.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 @@ -1356,7 +1356,7 @@ Execution failed for task ':app:mergeDebugNativeLibs'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.MergeJavaResWorkAction
> 2 files found with path 'lib/arm64-v8a/libc++_shared.so' from inputs:
- <path>/.gradle/caches/transforms-3/3d428f9141586beb8805ce57f97bedda/transformed/jetified-opencv-4.5.3.0/jni/arm64-v8a/libc++_shared.so
- <path>/.gradle/caches/transforms-3/609476a082a81bd7af00fd16a991ee43/transformed/jetified-blinkid-6.11.0/jni/arm64-v8a/libc++_shared.so
- <path>/.gradle/caches/transforms-3/609476a082a81bd7af00fd16a991ee43/transformed/jetified-blinkid-6.11.1/jni/arm64-v8a/libc++_shared.so
If you are using jniLibs and CMake IMPORTED targets, see
https://developer.android.com/r/tools/jniLibs-vs-imported-targets
```
Expand Down
5 changes: 5 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release notes

## v6.11.1

### Bug fixes
- Removed unused `libc++_shared.so` from the SDK

## v6.11.0

### Expanded Document Coverage
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 a9aaf81eb313166c9ad29b58e8680bd6837a0db2
Built from commit b1c65fbb37a38d5a41d3a6f7766f9ab3eaf6e921
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>6.11.0</version>
<version>6.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 6c34fef

Please sign in to comment.