Skip to content

Commit

Permalink
Bump landscapist version to 1.0.5 and use circular revealed animation…
Browse files Browse the repository at this point in the history
… for showing images
  • Loading branch information
skydoves committed Oct 10, 2020
1 parent 12ae3bf commit acbe0e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ fun NetworkImage(
imageUrl = url,
modifier = modifier,
contentScale = contentScale,
circularRevealedEnabled = true,
loading = {
ConstraintLayout(
modifier = Modifier.fillMaxSize()
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ext.versions = [
composeVersion : '1.0.0-alpha04',

// compose image loading
landscapistVersion : '1.0.4',
landscapistVersion : '1.0.5',

// compose compatibles
orchestraVersion : '1.0.0',
Expand Down

0 comments on commit acbe0e5

Please sign in to comment.