2
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-08-21 17:47:50 +00:00

Correctly ignore new version check for picasso

This commit is contained in:
TobiGr 2025-08-01 10:50:54 +02:00
parent 124ab56c5f
commit d6c0dc32d1

View File

@ -280,7 +280,7 @@ dependencies {
implementation "com.github.lisawray.groupie:groupie-viewbinding:${groupieVersion}"
// Image loading
//noinspection GradleDependency --> 2.8 is the last version, not 2.71828!
//noinspection NewerVersionAvailable,GradleDependency --> 2.8 is the last version, not 2.71828!
implementation "com.squareup.picasso:picasso:2.8"
// Markdown library for Android