diff --git a/BlinkIDSample/build.gradle b/BlinkIDSample/build.gradle index a538cfdd..b366a2f0 100644 --- a/BlinkIDSample/build.gradle +++ b/BlinkIDSample/build.gradle @@ -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' diff --git a/LibBlinkID-javadoc.jar b/LibBlinkID-javadoc.jar index 10ef1128..42456f61 100644 Binary files a/LibBlinkID-javadoc.jar and b/LibBlinkID-javadoc.jar differ diff --git a/LibBlinkID.aar b/LibBlinkID.aar index 5f7d5236..40d05477 100644 Binary files a/LibBlinkID.aar and b/LibBlinkID.aar differ diff --git a/README.md b/README.md index e81ca426..40144b9d 100644 --- a/README.md +++ b/README.md @@ -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 } } @@ -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 @@ -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: - /.gradle/caches/transforms-3/3d428f9141586beb8805ce57f97bedda/transformed/jetified-opencv-4.5.3.0/jni/arm64-v8a/libc++_shared.so - - /.gradle/caches/transforms-3/609476a082a81bd7af00fd16a991ee43/transformed/jetified-blinkid-6.11.0/jni/arm64-v8a/libc++_shared.so + - /.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 ``` diff --git a/Release notes.md b/Release notes.md index 11479747..c7c569a4 100644 --- a/Release notes.md +++ b/Release notes.md @@ -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 diff --git a/builtFromCommit.txt b/builtFromCommit.txt index 11c32aa5..5599266c 100644 --- a/builtFromCommit.txt +++ b/builtFromCommit.txt @@ -1 +1 @@ -Built from commit a9aaf81eb313166c9ad29b58e8680bd6837a0db2 +Built from commit b1c65fbb37a38d5a41d3a6f7766f9ab3eaf6e921 diff --git a/pom.xml b/pom.xml index fceb7764..644781d8 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.microblink blinkid - 6.11.0 + 6.11.1 aar BlinkID SDK for Android SDK that enables scanning of ID documents and passports in your Android application