diff options
| author | 2023-03-14 20:23:00 -0400 | |
|---|---|---|
| committer | 2023-06-03 00:05:43 -0700 | |
| commit | 3fcc6b11042e86ef05d074fe287a02a40ed4d76e (patch) | |
| tree | 94fc69a57087c07d8fa67f612eb32fce72ad3c26 /src/android/app/build.gradle | |
| parent | android: New swipe to refresh color scheme (diff) | |
| download | yuzu-3fcc6b11042e86ef05d074fe287a02a40ed4d76e.tar.gz yuzu-3fcc6b11042e86ef05d074fe287a02a40ed4d76e.tar.xz yuzu-3fcc6b11042e86ef05d074fe287a02a40ed4d76e.zip | |
android: Replace Picasso with Coil
Diffstat (limited to 'src/android/app/build.gradle')
| -rw-r--r-- | src/android/app/build.gradle | 4 |
1 files changed, 1 insertions, 3 deletions
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 { | |||
| 135 | implementation 'com.google.android.material:material:1.8.0' | 135 | implementation 'com.google.android.material:material:1.8.0' |
| 136 | implementation 'androidx.preference:preference:1.2.0' | 136 | implementation 'androidx.preference:preference:1.2.0' |
| 137 | implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1" | 137 | implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1" |
| 138 | 138 | implementation "io.coil-kt:coil:2.2.2" | |
| 139 | // For loading huge screenshots from the disk. | ||
| 140 | implementation 'com.squareup.picasso:picasso:2.71828' | ||
| 141 | 139 | ||
| 142 | // Allows FRP-style asynchronous operations in Android. | 140 | // Allows FRP-style asynchronous operations in Android. |
| 143 | implementation 'io.reactivex:rxandroid:1.2.1' | 141 | implementation 'io.reactivex:rxandroid:1.2.1' |