Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Onfido Product Support committed Sep 2, 2024
1 parent 986c46b commit a87a290
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ 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](https://documentation.onfido.com/sdk/android/#language-localization)

## [21.1.1] - 2024-09-02

### Fixed

- Fixed the issue when the document capture Studio task was not completing for clients with Document Video report disabled
- Fixed an issue where Studio flow terminates when user completes or skips NFC

## [21.1.0] - 2024-08-15

### Changed
Expand Down
5 changes: 3 additions & 2 deletions sample-app-kotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ plugins {
id 'kotlin-android'
}

def sdkVersion = '21.1.0'
def versionCodeNumber = 2110
def sdkVersion = '21.1.1'
def versionCodeNumber = 2111

android {
namespace 'com.onfido.android.app.sample'
compileSdkVersion 34
defaultConfig {
applicationId "com.onfido.sampleapp"
Expand Down
5 changes: 3 additions & 2 deletions sample-app/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
apply plugin: 'com.android.application'

def sdkVersion = '21.1.0'
def versionCodeNumber = 2110
def sdkVersion = '21.1.1'
def versionCodeNumber = 2111

android {
namespace 'com.onfido.android.app.sample'
compileSdkVersion 34
defaultConfig {
applicationId "com.onfido.sampleapp"
Expand Down

0 comments on commit a87a290

Please sign in to comment.