fix: Fix corrupting of files when writing tags to unsupported files

This commit is contained in:
Prathamesh More 2023-03-18 14:28:53 +05:30
parent 3d7e89e270
commit 25fcb84ea8
4 changed files with 171 additions and 146 deletions

View file

@ -154,7 +154,7 @@ dependencies {
implementation "io.insert-koin:koin-core:$koin_version"
implementation "io.insert-koin:koin-android:$koin_version"
def glide_version = '4.15.0'
def glide_version = '4.15.1'
implementation "com.github.bumptech.glide:glide:$glide_version"
ksp "com.github.bumptech.glide:ksp:$glide_version"
implementation "com.github.bumptech.glide:okhttp3-integration:$glide_version"