Skip to content

Commit

Permalink
chore(android): upgrade to android video uploader 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Feb 15, 2024
1 parent 001cfe6 commit f06358d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"

implementation 'video.api:android-video-uploader:1.3.3'
implementation 'androidx.work:work-runtime-ktx:2.8.1'
implementation 'video.api:android-video-uploader:1.3.4'
implementation 'androidx.work:work-runtime-ktx:2.9.0'
}

if (isNewArchitectureEnabled()) {
Expand Down

0 comments on commit f06358d

Please sign in to comment.