Skip to content

Commit

Permalink
chore(android): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Aug 8, 2024
1 parent 62a29a5 commit c9fe849
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ android {
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'video.api:android-video-uploader:1.3.5'
implementation 'androidx.work:work-runtime-ktx:2.9.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.work:work-runtime-ktx:2.9.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
}

0 comments on commit c9fe849

Please sign in to comment.