Skip to content

Commit d6c0dc3

Browse files
committed
Correctly ignore new version check for picasso
1 parent 124ab56 commit d6c0dc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ dependencies {
280280
implementation "com.github.lisawray.groupie:groupie-viewbinding:${groupieVersion}"
281281

282282
// Image loading
283-
//noinspection GradleDependency --> 2.8 is the last version, not 2.71828!
283+
//noinspection NewerVersionAvailable,GradleDependency --> 2.8 is the last version, not 2.71828!
284284
implementation "com.squareup.picasso:picasso:2.8"
285285

286286
// Markdown library for Android

0 commit comments

Comments
 (0)