Merge pull request #1563 from rustdesk/dependabot/gradle/flutter/android/androidx.media-media-1.6.0

Bump media from 1.4.3 to 1.6.0 in /flutter/android
This commit is contained in:
RustDesk 2022-09-17 21:46:36 +08:00 committed by GitHub
commit 16567483d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ flutter {
}
dependencies {
implementation "androidx.media:media:1.4.3"
implementation "androidx.media:media:1.6.0"
implementation 'com.github.getActivity:XXPermissions:13.2'
implementation("org.jetbrains.kotlin:kotlin-stdlib") { version { strictly("$kotlin_version") } }
}