From 3fcc6b11042e86ef05d074fe287a02a40ed4d76e Mon Sep 17 00:00:00 2001 From: Charles Lombardo Date: Tue, 14 Mar 2023 20:23:00 -0400 Subject: android: Replace Picasso with Coil --- src/android/app/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/android/app/build.gradle') diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle index c0bd7d459..68e11bb66 100644 --- a/src/android/app/build.gradle +++ b/src/android/app/build.gradle @@ -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' -- cgit v1.2.3