android: Replace Picasso with Coil

This commit is contained in:
Charles Lombardo
2023-03-14 20:23:00 -04:00
committed by bunnei
parent 63ac91a352
commit 5c66e95216
7 changed files with 41 additions and 138 deletions
+1 -3
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'