Skip to content

Commit

Permalink
Merge pull request #408 from skydoves/coil/3.0.0-alpha02
Browse files Browse the repository at this point in the history
Bump coil to 3.0.0-alpha02
  • Loading branch information
skydoves committed Jan 10, 2024
2 parents 73fe3b7 + 3c58d09 commit d8cb2f8
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 @@ -21,7 +21,7 @@ import android.content.Context
import androidx.multidex.MultiDexApplication
import coil3.ImageLoader
import coil3.SingletonImageLoader
import coil3.fetch.NetworkFetcher
import coil3.network.NetworkFetcher
import com.facebook.drawee.backends.pipeline.Fresco
import com.facebook.imagepipeline.backends.okhttp3.OkHttpImagePipelineConfigFactory
import dagger.hilt.android.HiltAndroidApp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import androidx.compose.runtime.ProvidableCompositionLocal
import androidx.compose.runtime.staticCompositionLocalOf
import coil3.ImageLoader
import coil3.SingletonImageLoader
import coil3.fetch.NetworkFetcher
import coil3.network.NetworkFetcher

/**
* Local containing the preferred [ImageLoader] for providing the same instance
Expand Down

0 comments on commit d8cb2f8

Please sign in to comment.