mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-07 19:07:53 -05:00
android: Replace Picasso with Coil
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user