Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VclReactNative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Pod::Spec.new do |s|

s.swift_version = "5.0"

s.dependency "VCL", "2.8.1"
s.dependency "VCL", "2.8.2"

install_modules_dependencies(s)
end
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

//--------- Must: be added:
implementation "io.velocitycareerlabs:vcl:2.8.1"
implementation "io.velocitycareerlabs:vcl:2.8.2"
implementation 'com.nimbusds:nimbus-jose-jwt:10.5'
implementation "androidx.security:security-crypto:1.1.0"
//-------------------------
Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2254,8 +2254,8 @@ PODS:
- React-utils (= 0.81.4)
- SocketRocket
- SocketRocket (0.7.1)
- VCL (2.8.1)
- VclReactNative (2.8.1):
- VCL (2.8.2)
- VclReactNative (2.8.2):
- boost
- DoubleConversion
- fast_float
Expand All @@ -2282,7 +2282,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- SocketRocket
- VCL (= 2.8.1)
- VCL (= 2.8.2)
- Yoga
- Yoga (0.0.0)

Expand Down Expand Up @@ -2587,8 +2587,8 @@ SPEC CHECKSUMS:
ReactCodegen: 1d05923ad119796be9db37830d5e5dc76586aa00
ReactCommon: 394c6b92765cf6d211c2c3f7f6bc601dffb316a6
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
VCL: ca66dd3d61f03f33be69ea69d9bc3780166fe177
VclReactNative: 524ca46d2f145a892b78ea03e35ef2efa26e579c
VCL: 962253dfea91c00810d183b701dce9add915a795
VclReactNative: 1631d39773f8073d32dce47ee5cfe1cb5e146072
Yoga: a3ed390a19db0459bd6839823a6ac6d9c6db198d

PODFILE CHECKSUM: afa9f7a1a2fa6253c48a09cad5a9582e924a9b5a
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.8.1",
"version": "2.8.2",
"description": "Velocity Career Labs React Native SDK",
"license": "Apache-2.0",
"publishConfig": {
Expand Down