Add library

This commit is contained in:
Luna712 2023-10-02 17:57:54 -06:00 committed by GitHub
parent 61403b8f59
commit fcd839d5df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {