Skip to content

Commit e33e7ec

Browse files
author
Cello Dev
committed
build: update CelloSDK to version 0.6.0
1 parent 11ccc30 commit e33e7ec

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ dependencies {
9090
//noinspection GradleDynamicVersion
9191
implementation "com.facebook.react:react-native:+"
9292
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
93-
implementation "so.cello.android:cello-sdk:0.5.0"
93+
implementation "so.cello.android:cello-sdk:0.6.0"
9494
}
9595

cello-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.source = { :git => "https://github.com/getcello/cello-react-native.git", :tag => "#{s.version}" }
1616

1717
s.source_files = "ios/**/*.{h,m,mm,swift}"
18-
s.dependency "CelloSDK", '~> 0.5.0'
18+
s.dependency "CelloSDK", '~> 0.6.0'
1919

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

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PODS:
22
- boost (1.76.0)
3-
- cello-react-native (0.5.0-rc.0):
4-
- CelloSDK (~> 0.5.0)
3+
- cello-react-native (0.5.0):
4+
- CelloSDK (~> 0.6.0)
55
- RCT-Folly (= 2021.07.22.00)
66
- React-Core
7-
- CelloSDK (0.5.0)
7+
- CelloSDK (0.6.0)
88
- DoubleConversion (1.1.6)
99
- FBLazyVector (0.72.7)
1010
- FBReactNativeSpec (0.72.7):
@@ -569,8 +569,8 @@ EXTERNAL SOURCES:
569569

570570
SPEC CHECKSUMS:
571571
boost: 7dcd2de282d72e344012f7d6564d024930a6a440
572-
cello-react-native: 596784fb5b54a607c1743762d15e5152e03452a7
573-
CelloSDK: 6017d47555d5862f7345d74ef84a0529a127f7c1
572+
cello-react-native: 810dd86d79e8d6a8f490518a7593d9c2f577fd20
573+
CelloSDK: 2276c6d94bf9b28718183b7559766c4f6ff66151
574574
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
575575
FBLazyVector: 5fbbff1d7734827299274638deb8ba3024f6c597
576576
FBReactNativeSpec: 638095fe8a01506634d77b260ef8a322019ac671

0 commit comments

Comments
 (0)