Skip to content

Commit

Permalink
Update Zipline to v1.16.0 (#2190)
Browse files Browse the repository at this point in the history
* Update Zipline to v1.16.0

* Update CHANGELOG.md

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Wharton <[email protected]>
  • Loading branch information
renovate[bot] and JakeWharton authored Jul 18, 2024
1 parent debf1b7 commit f0b39d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Breaking:
- The `TreehouseApp.Factory.dispatchers` property is removed, and callers should migrate to `TreehouseApp.dispatchers`. With this update each `TreehouseApp` has its own private thread so a shared `dispatchers` property no longer fits our implementation.

Upgraded:
- Zipline 1.15.0
- Zipline 1.16.0

Breaking:
-`TreehouseApp.Spec.bindServices()` now accepts a `TreehouseApp` parameter.
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.1"
zipline = "1.15.0"
zipline = "1.16.0"
coil = "3.0.0-alpha08"
okio = "3.9.0"

Expand Down

0 comments on commit f0b39d4

Please sign in to comment.