Skip to content

Commit c8fb724

Browse files
authored
Merge branch 'TeamNewPipe:dev' into feature_pr
2 parents 8f6d6a6 + 9a292e3 commit c8fb724

File tree

113 files changed

+809
-928
lines changed

Some content is hidden

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

113 files changed

+809
-928
lines changed

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)