mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
refactor(deps): Use coil-bom and update coil to v3.0.0-alpha10
This commit is contained in:
parent
77fb64bb5d
commit
2fc1b25192
3 changed files with 11 additions and 12 deletions
|
@ -170,12 +170,6 @@ dependencies {
|
|||
implementation(libs.compose.theme.adapter3)
|
||||
implementation(libs.accompanist.webview)
|
||||
|
||||
// Modified dependencies
|
||||
implementation(libs.subsamplingscaleimageview) {
|
||||
exclude(module = "image-decoder")
|
||||
}
|
||||
implementation(libs.image.decoder)
|
||||
|
||||
implementation(libs.flexbox)
|
||||
|
||||
implementation(libs.material)
|
||||
|
@ -228,7 +222,12 @@ dependencies {
|
|||
implementation(libs.conductor.support.preference)
|
||||
|
||||
// Image library
|
||||
implementation(platform(libs.coil3.bom))
|
||||
implementation(libs.bundles.coil)
|
||||
implementation(libs.subsamplingscaleimageview) { // modified
|
||||
exclude(module = "image-decoder")
|
||||
}
|
||||
implementation(libs.image.decoder)
|
||||
|
||||
// Sort
|
||||
implementation(libs.java.nat.sort)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue