From e1cc0cdd5a3f2bdea6b079d8596ad9b5ff0eed65 Mon Sep 17 00:00:00 2001 From: Onfido Android Team Date: Mon, 31 Jan 2022 11:27:35 +0000 Subject: [PATCH] Update documentation --- CHANGELOG.MD | 15 +++++++++++++++ README.md | 6 +++--- sample-app/app/build.gradle | 4 ++-- strings.xml | 4 +++- 4 files changed, 23 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 37e4ba9..0452b41 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -9,6 +9,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. are responsible for testing your translated layout in case you are using custom translations. [More on language localisation](README.md#4-localisation) +## [11.2.0] - 2022-01-31 + +### Changed + +- Public: Disable accessibility if there is not any spoken accessibility enabled +- UI: Shutter button always visible, no longer hidden while waiting for auto-capture +- Public: Changed video bitrate configuration for document capture flow +- Public: Filtered out the countries which doesn't support the selected document type + +### Fixed + +- Public: Fixed a rare crash that happens when retrieving from user consent url +- Public: Fixed MLKit related crash +- Public: Fixed native library crashes + ## [11.1.0] - 2022-01-17 ### Changed diff --git a/README.md b/README.md index 642d93e..074190f 100755 --- a/README.md +++ b/README.md @@ -122,8 +122,8 @@ Average size (with Proguard enabled): | ABI | Size | | ----------- | :-----: | -| armeabi-v7a | 6.54 Mb | -| arm64-v8a | 7.43 Mb | +| armeabi-v7a | 6.61 Mb | +| arm64-v8a | 7.50 Mb | #### 2.2 `onfido-capture-sdk-core` @@ -143,7 +143,7 @@ Average size (with Proguard enabled): | ABI | Size | | ----------- | :-----: | -| universal | 4.00 Mb | +| universal | 4.08 Mb | **Note**: The average sizes were measured by building the minimum possible wrappers around our SDK, diff --git a/sample-app/app/build.gradle b/sample-app/app/build.gradle index 856f128..59c0d5d 100644 --- a/sample-app/app/build.gradle +++ b/sample-app/app/build.gradle @@ -1,8 +1,8 @@ apply plugin: 'com.android.application' -def sdkVersion = '11.1.1' -def versionCodeNumber = 1111 +def sdkVersion = '11.2.0' +def versionCodeNumber = 1120 android { compileSdkVersion 30 diff --git a/strings.xml b/strings.xml index 68fa36a..12a2787 100644 --- a/strings.xml +++ b/strings.xml @@ -431,4 +431,6 @@ Keep your phone still Lost contact with card Lost contact with passport - Move your phone slightly up or down + Move your phone slightly up or down + +