Update Coil Version

This commit is contained in:
LooKeR
2022-03-05 12:40:41 +05:30
parent e2ace2d13f
commit c5bae67635
5 changed files with 112 additions and 45 deletions

View File

@ -131,8 +131,8 @@ dependencies {
implementation 'com.google.android.material:material:1.6.0-alpha03'
// Coil
implementation 'io.coil-kt:coil:1.4.0'
implementation "io.coil-kt:coil-compose:1.4.0"
implementation 'io.coil-kt:coil:2.0.0-rc01'
implementation "io.coil-kt:coil-compose:2.0.0-rc01"
// OkHttps
implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.5'