Skip to content

Commit

Permalink
v14.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RN SDK Release User committed Jan 13, 2025
1 parent 521100d commit 1c30e95
Show file tree
Hide file tree
Showing 21 changed files with 32 additions and 21 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [14.2.0] - 2025-01-14

### Changed:

- Updated underlying Onfido native SDK version:
- iOS 32.2.x (up from 32.1.x)
- Android 22.2.x (up from 22.1.x)

## [14.1.0] - 2024-12-05

### Changed:

- Updated underlying Onfido native SDK version:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -801,5 +801,5 @@ You can review our full SDK versioning policy [here](https://documentation.onfid
The Onfido React Native SDK is available under the [MIT license](https://opensource.org/license/mit/).
Copyright 2024 Onfido, Ltd. All rights reserved.
Copyright 2025 Onfido, Ltd. All rights reserved.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
def DEFAULT_COMPILE_SDK_VERSION = 34
def DEFAULT_MIN_SDK_VERSION = 21
def DEFAULT_TARGET_SDK_VERSION = 34
def NATIVE_ANDROID_SDK_VERSION = "22.1.+"
def NATIVE_ANDROID_SDK_VERSION = "22.2.+"

def safeExtGet(prop, fallback) {
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
Expand Down
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

<meta-data
android:name="onfido_integration_version"
android:value="14.1.0" />
android:value="14.2.0" />
</application>
</manifest>
2 changes: 1 addition & 1 deletion ios/BridgeUtils.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// BridgeUtils.swift
//
// Copyright © 2016-2024 Onfido. All rights reserved.
// Copyright © 2016-2025 Onfido. All rights reserved.
//

/*
Expand Down
2 changes: 1 addition & 1 deletion ios/CallbackReceiver.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CallbackReceiver.swift
//
// Copyright © 2016-2024 Onfido. All rights reserved.
// Copyright © 2016-2025 Onfido. All rights reserved.
//

import Onfido
Expand Down
2 changes: 1 addition & 1 deletion ios/EncryptedBiometricTokenHandlerReceiver.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// EncryptedBiometricTokenHandlerReceiver.swift
//
// Copyright © 2016-2024 Onfido. All rights reserved.
// Copyright © 2016-2025 Onfido. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion ios/OnfidoAppearance.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// OnfidoAppearance.swift
//
// Copyright © 2016-2024 Onfido. All rights reserved.
// Copyright © 2016-2025 Onfido. All rights reserved.
//

import Onfido
Expand Down
2 changes: 1 addition & 1 deletion ios/OnfidoConfigBuilder.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// OnfidoConfigBuilder.swift
//
// Copyright © 2016-2024 Onfido. All rights reserved.
// Copyright © 2016-2025 Onfido. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion ios/OnfidoConfigParser.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// OnfidoConfigParser.swift
//
// Copyright © 2016-2024 Onfido. All rights reserved.
// Copyright © 2016-2025 Onfido. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion ios/OnfidoFlowBuilder.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// OnfidoFlowBuilder.swift
//
// Copyright © 2016-2024 Onfido. All rights reserved.
// Copyright © 2016-2025 Onfido. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion ios/OnfidoPluginConfig.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// OnfidoPluginConfig.swift
//
// Copyright © 2016-2024 Onfido. All rights reserved.
// Copyright © 2016-2025 Onfido. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion ios/OnfidoResponse.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// OnfidoResponse.swift
//
// Copyright © 2016-2024 Onfido. All rights reserved.
// Copyright © 2016-2025 Onfido. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion ios/OnfidoSdk-Bridging-Header.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// OnfidoSdk-Bridging-Header.h
//
// Copyright © 2016-2024 Onfido. All rights reserved.
// Copyright © 2016-2025 Onfido. All rights reserved.
//
//
// Use this file to import your target's public headers that you would like to expose to Swift.
Expand Down
2 changes: 1 addition & 1 deletion ios/OnfidoSdk.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// OnfidoSdk.m
//
// Copyright © 2016-2024 Onfido. All rights reserved.
// Copyright © 2016-2025 Onfido. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion ios/OnfidoSdk.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// OnfidoSdk.swift
//
// Copyright © 2016-2024 Onfido. All rights reserved.
// Copyright © 2016-2025 Onfido. All rights reserved.
//

import Onfido
Expand Down
2 changes: 1 addition & 1 deletion ios/PluginMetadata.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PluginMetadata.h
//
// Copyright © 2016-2024 Onfido. All rights reserved.
// Copyright © 2016-2025 Onfido. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
4 changes: 2 additions & 2 deletions ios/PluginMetadata.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PluginMetadata.m
//
// Copyright © 2016-2024 Onfido. All rights reserved.
// Copyright © 2016-2025 Onfido. All rights reserved.
//

#import "PluginMetadata.h"
Expand All @@ -13,7 +13,7 @@ - (instancetype)init
self = [super init];
if (self) {
_pluginPlatform = @"react-native";
_pluginVersion = @"14.1.0";
_pluginVersion = @"14.2.0";
}
return self;
}
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install! 'cocoapods',
disable_input_output_paths: true

target 'OnfidoSdk' do
pod 'Onfido', '~> 32.1.0'
pod 'Onfido', '~> 32.2.0'

config = use_native_modules!
use_react_native!(
Expand Down
2 changes: 1 addition & 1 deletion onfido-react-native-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency "React"
s.dependency "Onfido", "~> 32.1.0"
s.dependency "Onfido", "~> 32.2.0"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@onfido/react-native-sdk",
"title": "React Native Onfido Sdk",
"version": "14.1.0",
"version": "14.2.0",
"description": "Onfido React Native SDK",
"main": "index.ts",
"scripts": {
Expand Down

0 comments on commit 1c30e95

Please sign in to comment.