diff --git a/android/build.gradle b/android/build.gradle index 191a4c1..57860b0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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' }