We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff3526b + d6c0dc3 commit 9bc8139Copy full SHA for 9bc8139
app/build.gradle
@@ -280,7 +280,7 @@ dependencies {
280
implementation "com.github.lisawray.groupie:groupie-viewbinding:${groupieVersion}"
281
282
// Image loading
283
- //noinspection GradleDependency --> 2.8 is the last version, not 2.71828!
+ //noinspection NewerVersionAvailable,GradleDependency --> 2.8 is the last version, not 2.71828!
284
implementation "com.squareup.picasso:picasso:2.8"
285
286
// Markdown library for Android
0 commit comments