Skip to content

Commit

Permalink
build: update CelloSDK to version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cello Dev committed Nov 6, 2024
1 parent 5cb1308 commit a6f7a55
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 69 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.3.0"
implementation "so.cello.android:cello-sdk:0.3.1"
}

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.3.0'
s.dependency "CelloSDK", '~> 0.3.1'

# 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
Loading

0 comments on commit a6f7a55

Please sign in to comment.