Skip to content

Commit

Permalink
build: update CelloSDK to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cello Dev committed Nov 3, 2024
1 parent ad8cef5 commit 0ddaaa0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "so.cello.android:cello-sdk:0.2.3"
implementation "so.cello.android:cello-sdk:0.3.0"
}

2 changes: 1 addition & 1 deletion cello-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/getcello/cello-react-native.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm,swift}"
s.dependency "CelloSDK", '~> 0.2.3'
s.dependency "CelloSDK", '~> 0.3.0'

# 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
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PODS:
- boost (1.76.0)
- cello-react-native (0.2.1):
- CelloSDK (~> 0.2.3)
- cello-react-native (0.2.2):
- CelloSDK (~> 0.3.0)
- RCT-Folly (= 2021.07.22.00)
- React-Core
- CelloSDK (0.2.3)
- CelloSDK (0.3.0)
- DoubleConversion (1.1.6)
- FBLazyVector (0.72.7)
- FBReactNativeSpec (0.72.7):
Expand Down Expand Up @@ -569,8 +569,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
cello-react-native: ef672d8dd7a13e213d2a09121b76e8e14087ada3
CelloSDK: eeaf5df13c8c21d2846f0fe076bc747fb44ffda9
cello-react-native: 5644b57f0b3eecd602dfe29e659c15c164ce7aac
CelloSDK: e0d297618ed79b45c33c58897982b28da436a91c
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: 5fbbff1d7734827299274638deb8ba3024f6c597
FBReactNativeSpec: 638095fe8a01506634d77b260ef8a322019ac671
Expand Down

0 comments on commit 0ddaaa0

Please sign in to comment.