File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed
Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 14.5.0] - 2025-04-08
9+
10+ ### Changed:
11+
12+ - Updated underlying Onfido native SDK version:
13+ - Android 22.6.x (up from 22.5.x)
14+
815## [ 14.4.0] - 2025-03-10
916
1017### Changed:
Original file line number Diff line number Diff line change 1313def DEFAULT_COMPILE_SDK_VERSION = 34
1414def DEFAULT_MIN_SDK_VERSION = 21
1515def DEFAULT_TARGET_SDK_VERSION = 34
16- def NATIVE_ANDROID_SDK_VERSION = " 22.5 .+"
16+ def NATIVE_ANDROID_SDK_VERSION = " 22.6 .+"
1717
1818def safeExtGet (prop , fallback ) {
1919 rootProject. ext. has(prop) ? rootProject. ext. get(prop) : fallback
Original file line number Diff line number Diff line change 88
99 <meta-data
1010 android : name =" onfido_integration_version"
11- android : value =" 14.4 .0" />
11+ android : value =" 14.5 .0" />
1212 </application >
1313</manifest >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ - (instancetype)init
1313 self = [super init ];
1414 if (self) {
1515 _pluginPlatform = @" react-native" ;
16- _pluginVersion = @" 14.4 .0" ;
16+ _pluginVersion = @" 14.5 .0" ;
1717 }
1818 return self;
1919}
Original file line number Diff line number Diff line change 11{
22 "name" : " @onfido/react-native-sdk" ,
33 "title" : " React Native Onfido Sdk" ,
4- "version" : " 14.4 .0" ,
4+ "version" : " 14.5 .0" ,
55 "description" : " Onfido React Native SDK" ,
66 "main" : " index.ts" ,
77 "scripts" : {
You can’t perform that action at this time.
0 commit comments