Skip to content

Commit c9fe849

Browse files
committed
chore(android): upgrade dependencies
1 parent 62a29a5 commit c9fe849

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

android/build.gradle

+2-3
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ android {
4747
}
4848

4949
dependencies {
50-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5150
implementation 'video.api:android-video-uploader:1.3.5'
52-
implementation 'androidx.work:work-runtime-ktx:2.9.0'
53-
implementation 'androidx.appcompat:appcompat:1.6.1'
51+
implementation 'androidx.work:work-runtime-ktx:2.9.1'
52+
implementation 'androidx.appcompat:appcompat:1.7.0'
5453
}

0 commit comments

Comments
 (0)