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 Jul 29, 2024
1 parent f3022d6 commit b842bd3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ 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.0.1] - 2024-07-29

### Fixed

- Modified the video upload process to ensure ETSI compliance

## [21.0.0] - 2024-07-25

### Added
Expand Down
4 changes: 1 addition & 3 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ If your migration involves upgrading across multiple SDK versions, be sure to re

- Motion functionality has been enhanced to work seamlessly on all devices. You can safely remove any existing `withCaptureFallback()` implementations from your code
- Deprecated APIs are removed and need to be replaced with current ones
- Removed the deprecated `withNFCReadFeature` and `disableNFC` configuration options for `OnfidoConfig` in non-Studio usage scenarios. Please use `withNFC(NFCOptions.Disabled)` instead.

## `20.4.0` -> `20.5.0`
- Removed the deprecated `withNFCReadFeature` and `disableNFC` configuration options for `OnfidoConfig` in non-Studio usage scenarios. Please use `withNFC(NFCOptions.Disabled)` instead.## `20.4.0` -> `20.5.0`

### Deprecated API Changes

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

def sdkVersion = '21.0.0'
def versionCodeNumber = 2100
def sdkVersion = '21.0.1'
def versionCodeNumber = 2101

android {
compileSdkVersion 34
Expand Down
4 changes: 2 additions & 2 deletions sample-app/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'

def sdkVersion = '21.0.0'
def versionCodeNumber = 2100
def sdkVersion = '21.0.1'
def versionCodeNumber = 2101

android {
compileSdkVersion 34
Expand Down

0 comments on commit b842bd3

Please sign in to comment.