From 93baefca278ccca04e6caff5067cd363945a3124 Mon Sep 17 00:00:00 2001 From: bot Date: Thu, 8 Feb 2024 03:01:38 +0100 Subject: [PATCH] Update dependency com.github.chrisbanes:PhotoView to v2.3.0 (#29) 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 | |---|---|---|---| | [com.github.chrisbanes:PhotoView](https://baseflow.com) ([source](https://github.com/Baseflow/PhotoView)) | dependencies | minor | `2.0.0` -> `2.3.0` | --- ### Release Notes
Baseflow/PhotoView (com.github.chrisbanes:PhotoView) ### [`v2.3.0`](https://github.com/Baseflow/PhotoView/compare/2.2.0...2.3.0) [Compare Source](https://github.com/Baseflow/PhotoView/compare/2.2.0...2.3.0) ### [`v2.2.0`](https://github.com/Baseflow/PhotoView/compare/2.1.4...2.2.0) [Compare Source](https://github.com/Baseflow/PhotoView/compare/2.1.4...2.2.0) ### [`v2.1.4`](https://github.com/Baseflow/PhotoView/compare/2.1.3...2.1.4) [Compare Source](https://github.com/Baseflow/PhotoView/compare/2.1.3...2.1.4) ### [`v2.1.3`](https://github.com/Baseflow/PhotoView/compare/2.1.1...2.1.3) [Compare Source](https://github.com/Baseflow/PhotoView/compare/2.1.1...2.1.3) ### [`v2.1.1`](https://github.com/Baseflow/PhotoView/compare/2.1.0...2.1.1) [Compare Source](https://github.com/Baseflow/PhotoView/compare/2.1.0...2.1.1) ### [`v2.1.0`](https://github.com/Baseflow/PhotoView/compare/2.0.0...2.1.0) [Compare Source](https://github.com/Baseflow/PhotoView/compare/2.0.0...2.1.0)
--- ### Configuration 📅 **Schedule**: Branch creation - "every day" (UTC), Automerge - "every weekend" (UTC). 🚦 **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://github.com/renovatebot/renovate). Co-authored-by: Renovate Bot Reviewed-on: https://git.helcel.net/helcel/beendroid/pulls/29 Co-authored-by: bot Co-committed-by: bot --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 216ffc0..5f72ba6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' implementation 'com.caverock:androidsvg-aar:1.4' - implementation 'com.github.chrisbanes:PhotoView:2.0.0' + implementation 'com.github.chrisbanes:PhotoView:2.3.0' implementation 'com.mikepenz:aboutlibraries:10.10.0' } \ No newline at end of file