We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a29a5 commit c9fe849Copy full SHA for c9fe849
android/build.gradle
@@ -47,8 +47,7 @@ android {
47
}
48
49
dependencies {
50
- implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
51
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'
+ implementation 'androidx.work:work-runtime-ktx:2.9.1'
+ implementation 'androidx.appcompat:appcompat:1.7.0'
54
0 commit comments