android: Replace Picasso with Coil
This commit is contained in:
parent
37cc94526b
commit
3fcc6b1104
7 changed files with 41 additions and 138 deletions
|
|
@ -135,9 +135,7 @@ dependencies {
|
|||
implementation 'com.google.android.material:material:1.8.0'
|
||||
implementation 'androidx.preference:preference:1.2.0'
|
||||
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
|
||||
|
||||
// For loading huge screenshots from the disk.
|
||||
implementation 'com.squareup.picasso:picasso:2.71828'
|
||||
implementation "io.coil-kt:coil:2.2.2"
|
||||
|
||||
// Allows FRP-style asynchronous operations in Android.
|
||||
implementation 'io.reactivex:rxandroid:1.2.1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue