Skip to content

Commit

Permalink
2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
viktasidenfy committed Jun 28, 2024
1 parent 695f809 commit ddb9482
Show file tree
Hide file tree
Showing 7 changed files with 1,390 additions and 1,348 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Minimum required versions by the platform:

**IOS - 13.4**

**iOS SDK is built using xCode 15.3**
**iOS SDK is built using xCode 15.4**

**Android - API 24**

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.github.idenfy:sdk-api:8.4.2'
implementation 'com.github.idenfy:sdk-api:8.5.0'
implementation 'androidx.multidex:multidex:2.0.1'
// From node_modules
}
Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ PODS:
- hermes-engine (0.73.6):
- hermes-engine/Pre-built (= 0.73.6)
- hermes-engine/Pre-built (0.73.6)
- idenfy-react-native (2.4.5):
- iDenfySDK-Static/iDenfyLiveness-Static (= 8.4.5)
- idenfy-react-native (2.4.6):
- iDenfySDK-Static/iDenfyLiveness-Static (= 8.5.0)
- React-Core
- iDenfySDK-Static/iDenfyLiveness-Static (8.4.5):
- iDenfySDK-Static/iDenfyLiveness-Static (8.5.0):
- lottie-ios (= 4.4.3)
- libevent (2.1.12)
- lottie-ios (4.4.3)
Expand Down Expand Up @@ -1239,8 +1239,8 @@ SPEC CHECKSUMS:
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
hermes-engine: 9cecf9953a681df7556b8cc9c74905de8f3293c0
idenfy-react-native: 2258cf44f87dc31be1f94eff9cda86b0ac3793c2
iDenfySDK-Static: 2c1f67555713f9b9f4d19d3b4d5e6cb9c836dddf
idenfy-react-native: 322a8069dfd724cb1830ac9f34cb0a5d8aedf21b
iDenfySDK-Static: 9c61f00b31b24d31e6374baf2dfc0c6ebfa313c5
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
lottie-ios: fcb5e73e17ba4c983140b7d21095c834b3087418
RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0
Expand Down
1,286 changes: 653 additions & 633 deletions example/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion idenfy-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Pod::Spec.new do |s|

s.dependency "React-Core"

s.dependency "iDenfySDK-Static/iDenfyLiveness-Static", "8.4.5"
s.dependency "iDenfySDK-Static/iDenfyLiveness-Static", "8.5.0"

# Don't install the dependencies when we run `pod install` in the old architecture.
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
Expand Down
1,434 changes: 728 additions & 706 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idenfy/react-native-sdk",
"version": "2.4.5",
"version": "2.4.6",
"description": "iDenfy ReactNative SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit ddb9482

Please sign in to comment.