Skip to content

Commit

Permalink
Merge pull request #183 from velocitycareerlabs/VL-7487
Browse files Browse the repository at this point in the history
chore: sdk v2.4.4
  • Loading branch information
michaelavoyan authored Apr 2, 2024
2 parents 9fa2ee0 + 570373d commit fd5c168
Show file tree
Hide file tree
Showing 5 changed files with 203 additions and 202 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ dependencies {

// VCL:
implementation "com.nimbusds:nimbus-jose-jwt:9.37.3"
implementation "io.velocitycareerlabs:vcl:2.4.3"
implementation "io.velocitycareerlabs:vcl:2.4.4"
}

10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1054,12 +1054,12 @@ PODS:
- React-logger (= 0.73.6)
- React-perflogger (= 0.73.6)
- SocketRocket (0.6.1)
- VCL (2.4.3)
- velocitycareerlabs-vcl-react-native (2.4.3):
- VCL (2.4.4)
- velocitycareerlabs-vcl-react-native (2.4.4):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
- VCL (= 2.4.3)
- VCL (= 2.4.4)
- Yoga (1.14.0)

DEPENDENCIES:
Expand Down Expand Up @@ -1276,8 +1276,8 @@ SPEC CHECKSUMS:
React-utils: d16c1d2251c088ad817996621947d0ac8167b46c
ReactCommon: 2aa35648354bd4c4665b9a5084a7d37097b89c10
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
VCL: 5961fb5494397c8a4420908067eb035eb4f57138
velocitycareerlabs-vcl-react-native: 73170d2254f657e114716cf01b6a801e84592140
VCL: f6e7a7405597ba3fdb16eecd183931e7605ff774
velocitycareerlabs-vcl-react-native: 8a51df815522d7a5e2293fedddf4c17ef8bea12b
Yoga: 805bf71192903b20fc14babe48080582fee65a80

PODFILE CHECKSUM: b019a9f171e06cc915918d81c74115c30ea1b65c
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@velocitycareerlabs/vcl-react-native",
"version": "2.4.3",
"version": "2.4.4",
"description": "Velocity Career Labs React Native SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion velocitycareerlabs-vcl-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
# https://github.com/CocoaPods/CocoaPods/issues/7234#issuecomment-346136322
# s.static_framework = true

s.dependency "VCL", "2.4.3"
s.dependency "VCL", "2.4.4"

# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
Expand Down
Loading

0 comments on commit fd5c168

Please sign in to comment.