Skip to content

Commit

Permalink
chore(deps): upgrade native uploaders
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Oct 22, 2024
1 parent c63ed97 commit e3442db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"

implementation 'video.api:android-video-uploader:1.3.5'
implementation 'video.api:android-video-uploader:1.3.7'
implementation 'androidx.work:work-runtime-ktx:2.9.0'
}

Expand Down
2 changes: 1 addition & 1 deletion react-native-video-uploader.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|

s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency 'ApiVideoUploader', '1.2.2'
s.dependency 'ApiVideoUploader', '1.2.5'
# 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.
if respond_to?(:install_modules_dependencies, true)
Expand Down

0 comments on commit e3442db

Please sign in to comment.