fix: Fix corrupting of files when writing tags to unsupported files
This commit is contained in:
parent
3d7e89e270
commit
25fcb84ea8
4 changed files with 171 additions and 146 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue