Skip to content

Commit

Permalink
Bump Glide to 4.8.0, which supports AndroidX annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
tiembo authored and florina-muntenescu committed Oct 21, 2018
1 parent 68897db commit 773225a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
'espresso' : '3.0.2',
'fabric' : '1.25.4',
'firebase' : '16.0.1',
'glide' : '4.7.1',
'glide' : '4.8.0',
'googleServices' : '4.0.1',
'gson' : '2.8.5',
'jsoup' : '1.11.3',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class DribbbleTarget(
}
}

override fun onGenerated(palette: Palette) {
override fun onGenerated(palette: Palette?) {
badgedImageView.foreground = ViewUtils.createRipple(palette, 0.25f, 0.5f,
ContextCompat.getColor(view.context, R.color.mid_grey), true)
}
Expand Down

0 comments on commit 773225a

Please sign in to comment.