Skip to content

Commit 66a51f2

Browse files
author
Onfido Product Support
committed
Update documentation
1 parent 3d597a9 commit 66a51f2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and the SDK adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
77

88
**Note**: When any of the string translations change, it will result in a MINOR version change. As a result, you are responsible for ensuring the correct layout if you are using custom translations. You can find more documentation on language localization [here](https://documentation.onfido.com/sdk/android/#language-localization)
99

10+
## [22.9.2] - 2025-06-17
11+
12+
### Changed
13+
14+
- Changed Store on-device biometrics task input to take an encrypted biometric token
15+
1016
## [22.9.1] - 2025-06-10
1117

1218
### Changed

sample-app-kotlin/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ plugins {
33
id 'kotlin-android'
44
}
55

6-
def sdkVersion = '22.9.0'
7-
def versionCodeNumber = 2290
6+
def sdkVersion = '22.9.2'
7+
def versionCodeNumber = 2292
88

99
android {
1010
namespace 'com.onfido.android.app.sample'

0 commit comments

Comments
 (0)