Skip to content

Commit 0b96d3a

Browse files
author
Cello Dev
committed
build: update CelloSDK to version 0.2.1
1 parent 49f9ab6 commit 0b96d3a

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.2.0"
93+
implementation "so.cello.android:cello-sdk:0.2.1"
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.2.0'
18+
s.dependency "CelloSDK", '~> 0.2.1'
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.1.4):
4-
- CelloSDK (~> 0.2.0)
3+
- cello-react-native (0.2.0):
4+
- CelloSDK (~> 0.2.1)
55
- RCT-Folly (= 2021.07.22.00)
66
- React-Core
7-
- CelloSDK (0.2.0)
7+
- CelloSDK (0.2.1)
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: 57d2868c099736d80fcd648bf211b4431e51a558
572-
cello-react-native: 590b64b23ad5020ab79680507389007384c749c4
573-
CelloSDK: 7ceb0a7f195fd76459fe496771bc930600c9c605
572+
cello-react-native: 0398519d98c5117e617d7e97598f8b22eb8af89b
573+
CelloSDK: 85f938b893fbaed747463510b301adb7161ce373
574574
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
575575
FBLazyVector: 5fbbff1d7734827299274638deb8ba3024f6c597
576576
FBReactNativeSpec: 638095fe8a01506634d77b260ef8a322019ac671

0 commit comments

Comments
 (0)