Skip to content

Commit

Permalink
Upgrade Zipline to 1.14.0 (#2173)
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse authored Jul 9, 2024
1 parent c6dcde6 commit 8df79ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Fixed:
- Ensuring `LazyList`'s `itemsBefore` and `itemsAfter` properties are always within `[0, itemCount]`, to prevent `IndexOutOfBoundsException` crashes.
- Updating a flex container's margin now works correctly for Yoga-based layouts.

Upgraded:
- Zipline 1.14.0


## [0.12.0] - 2024-06-18
[0.12.0]: https://github.com/cashapp/redwood/releases/tag/0.12.0
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ androidx-activity = "1.9.0"
androidx-compose-ui = "1.6.8"
jbCompose = "1.6.11"
lint = "31.5.0"
zipline = "1.13.0"
zipline = "1.14.0"
coil = "3.0.0-alpha08"
okio = "3.9.0"

Expand Down

0 comments on commit 8df79ee

Please sign in to comment.