From a7687775dc8d1e366eb5a1812e1cd05d01ea2b47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 15:35:08 +0000 Subject: [PATCH] Update dependency Kingfisher to ~> 8.1.0 | datasource | package | from | to | | ---------- | ---------- | ----- | ----- | | pod | Kingfisher | 8.0.3 | 8.1.0 | --- sample/iosApp/Podfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample/iosApp/Podfile b/sample/iosApp/Podfile index bf2cfcee..566b763d 100644 --- a/sample/iosApp/Podfile +++ b/sample/iosApp/Podfile @@ -4,14 +4,14 @@ target 'iosApp' do use_frameworks! platform :ios, '15.0' pod 'shared', :path => '../shared' - pod 'Kingfisher', '~> 8.0.0' + pod 'Kingfisher', '~> 8.1.0' end target 'iosApp-RxSwift' do use_frameworks! platform :ios, '15.0' pod 'shared', :path => '../shared' - pod 'Kingfisher', '~> 8.0.0' + pod 'Kingfisher', '~> 8.1.0' pod 'RxSwift', '~> 6.7.0' pod 'RxCocoa', '~> 6.7.0' pod 'RxRelay', '~> 6.7.0'