android: Replace Picasso with Coil

This commit is contained in:
Charles Lombardo
2023-03-14 20:23:00 -04:00
committed by bunnei
parent 37cc94526b
commit 3fcc6b1104
7 changed files with 41 additions and 138 deletions

View File

@ -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'