Skip to content

Commit 72eba52

Browse files
author
RN SDK Release User
committed
v14.3.0 release
1 parent 1c30e95 commit 72eba52

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88

9+
## [14.3.0] - 2025-02-04
10+
11+
### Changed:
12+
13+
- Updated underlying Onfido native SDK version:
14+
- Android 22.3.x (up from 22.2.x)
15+
916
## [14.2.0] - 2025-01-14
1017

1118
### Changed:

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
def DEFAULT_COMPILE_SDK_VERSION = 34
1414
def DEFAULT_MIN_SDK_VERSION = 21
1515
def DEFAULT_TARGET_SDK_VERSION = 34
16-
def NATIVE_ANDROID_SDK_VERSION = "22.2.+"
16+
def NATIVE_ANDROID_SDK_VERSION = "22.3.+"
1717

1818
def safeExtGet(prop, fallback) {
1919
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback

android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
<meta-data
1010
android:name="onfido_integration_version"
11-
android:value="14.2.0" />
11+
android:value="14.3.0" />
1212
</application>
1313
</manifest>

ios/PluginMetadata.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ - (instancetype)init
1313
self = [super init];
1414
if (self) {
1515
_pluginPlatform = @"react-native";
16-
_pluginVersion = @"14.2.0";
16+
_pluginVersion = @"14.3.0";
1717
}
1818
return self;
1919
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@onfido/react-native-sdk",
33
"title": "React Native Onfido Sdk",
4-
"version": "14.2.0",
4+
"version": "14.3.0",
55
"description": "Onfido React Native SDK",
66
"main": "index.ts",
77
"scripts": {

0 commit comments

Comments
 (0)