mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-26 18:08:58 +02:00
android: Replace Picasso with Coil
This commit is contained in:
parent
0caa228190
commit
77075417b0
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