From f1a1ab3b9a94f493e7ba68a67d5b31cc2dec6c6b Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Sun, 24 Sep 2023 09:02:33 -0700 Subject: [PATCH] Update dependency me.saket.telephoto:zoomable-image-coil to v0.6.2 (#900) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [me.saket.telephoto:zoomable-image-coil](https://togithub.com/saket/telephoto) | dependencies | patch | `0.6.1` -> `0.6.2` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
saket/telephoto (me.saket.telephoto:zoomable-image-coil) ### [`v0.6.2`](https://togithub.com/saket/telephoto/releases/tag/0.6.2) [Compare Source](https://togithub.com/saket/telephoto/compare/0.6.1...0.6.2) [#​49](https://togithub.com/saket/telephoto/issues/49): Fix a crash when image size is smaller than half of canvas in width
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 36063a9b8..53414640f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -50,7 +50,7 @@ robolectric = "4.10.3" roborazzi = "1.5.0" spotless = "6.20.0" sqldelight = "2.0.0" -telephoto = "0.6.1" +telephoto = "0.6.2" testParameterInjector = "1.12" turbine = "1.0.0" versionsPlugin = "0.47.0"