Skip to content

Commit 2202e8e

Browse files
author
Cello Dev
committed
build: update CelloSDK to version 0.6.1
1 parent 7b368d0 commit 2202e8e

File tree

4 files changed

+74
-74
lines changed

4 files changed

+74
-74
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.6.0"
93+
implementation "so.cello.android:cello-sdk:0.6.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.6.0'
18+
s.dependency "CelloSDK", '~> 0.6.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.

0 commit comments

Comments
 (0)