From 8df79ee5f4bf0b60606c7e2270d375d46123ea79 Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Tue, 9 Jul 2024 15:52:10 -0400 Subject: [PATCH] Upgrade Zipline to 1.14.0 (#2173) --- CHANGELOG.md | 3 +++ gradle/libs.versions.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d1eb78b65..2bf649d806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 92fcfb9d02..7844ec9452 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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"