This commit is contained in:
Luna712 2023-10-02 18:16:15 -06:00 committed by GitHub
parent 1a8af4fd3a
commit 7a0e4c3dee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -264,7 +264,7 @@ dependencies {
// https://github.com/wseemann/FFmpegMediaMetadataRetriever
implementation("com.github.wseemann:FFmpegMediaMetadataRetriever-core:1.0.19")
implementation(:com.github.wseemann:FFmpegMediaMetadataRetriever-native:1.0.19")
implementation("com.github.wseemann:FFmpegMediaMetadataRetriever-native:1.0.19")
}
tasks.register("androidSourcesJar", Jar::class) {