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 @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## Future version
99
10+ ## [ 15.3.0] - 2025-11-19
11+
12+ ### Changed:
13+
14+ - Updated underlying Onfido native SDK version:
15+ - Android 23.3.x (up from 23.2.x)
16+
1017## [ 15.2.0] - 2025-09-12
1118
1219### Added:
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 = " 23.2 .+"
16+ def NATIVE_ANDROID_SDK_VERSION = " 23.3 .+"
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 =" 15.2 .0" />
11+ android : value =" 15.3 .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 = @" 15.2 .0" ;
16+ _pluginVersion = @" 15.3 .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" : " 15.2 .0" ,
4+ "version" : " 15.3 .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