mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Fix typo
This commit is contained in:
parent
1a8af4fd3a
commit
7a0e4c3dee
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ dependencies {
|
||||||
|
|
||||||
// https://github.com/wseemann/FFmpegMediaMetadataRetriever
|
// https://github.com/wseemann/FFmpegMediaMetadataRetriever
|
||||||
implementation("com.github.wseemann:FFmpegMediaMetadataRetriever-core:1.0.19")
|
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) {
|
tasks.register("androidSourcesJar", Jar::class) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue