mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Add library
This commit is contained in:
parent
61403b8f59
commit
fcd839d5df
1 changed files with 5 additions and 0 deletions
|
@ -258,8 +258,13 @@ dependencies {
|
|||
|
||||
// color palette for images -> colors
|
||||
implementation("androidx.palette:palette-ktx:1.0.0")
|
||||
|
||||
// seekbar https://github.com/rubensousa/PreviewSeekBar
|
||||
implementation("com.github.rubensousa:previewseekbar-media3:1.1.1.0")
|
||||
|
||||
// https://github.com/wseemann/FFmpegMediaMetadataRetriever
|
||||
implementation("com.github.wseemann:FFmpegMediaMetadataRetriever-core:1.0.19")
|
||||
implementation(:com.github.wseemann:FFmpegMediaMetadataRetriever-native:1.0.19")
|
||||
}
|
||||
|
||||
tasks.register("androidSourcesJar", Jar::class) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue