Skip to content

Commit

Permalink
Coil 3.0.0-rc01.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Oct 8, 2024
1 parent eb2cb47 commit bdf0377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object AppModule {
OkHttpNetworkFetcherFactory()
return ImageLoader.Builder(context)
.components {
add(OkHttpNetworkFetcherFactory { okHttpCallFactory.get() })
add(OkHttpNetworkFetcherFactory({ okHttpCallFactory.get() }))
}
.crossfade(enable = true)
// only enable hardware bitmaps on API 28+. See: https://github.com/coil-kt/coil/issues/159
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ androidx-test-ext-junit = "1.2.1"
androidx-test-uiautomator = "2.4.0-alpha01"
molecule = "2.0.0"
okhttp = "5.0.0-alpha.14"
coil = "3.0.0-alpha10"
coil = "3.0.0-rc01"
sqldelight = "2.0.2"
turbine = "1.1.0"
kermit = "2.0.4"
Expand Down

0 comments on commit bdf0377

Please sign in to comment.