Skip to content

Commit 9f193a3

Browse files
authored
Merge pull request #13272 from theimpulson/coilport
Migrate from Picasso to Coil
2 parents 232d023 + 402a0aa commit 9f193a3

107 files changed

Lines changed: 715 additions & 915 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,8 @@ dependencies {
272272
implementation(libs.lisawray.groupie.viewbinding)
273273

274274
// Image loading
275-
implementation(libs.squareup.picasso)
275+
implementation(libs.coil.compose)
276+
implementation(libs.coil.network.okhttp)
276277

277278
// Markdown library for Android
278279
implementation(libs.noties.markwon.core)

app/src/main/java/org/schabi/newpipe/App.java

Lines changed: 0 additions & 285 deletions
This file was deleted.

0 commit comments

Comments
 (0)