Skip to content

Commit a768777

Browse files
committed
Update dependency Kingfisher to ~> 8.1.0
| datasource | package | from | to | | ---------- | ---------- | ----- | ----- | | pod | Kingfisher | 8.0.3 | 8.1.0 |
1 parent b30d13c commit a768777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/iosApp/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ target 'iosApp' do
44
use_frameworks!
55
platform :ios, '15.0'
66
pod 'shared', :path => '../shared'
7-
pod 'Kingfisher', '~> 8.0.0'
7+
pod 'Kingfisher', '~> 8.1.0'
88
end
99

1010
target 'iosApp-RxSwift' do
1111
use_frameworks!
1212
platform :ios, '15.0'
1313
pod 'shared', :path => '../shared'
14-
pod 'Kingfisher', '~> 8.0.0'
14+
pod 'Kingfisher', '~> 8.1.0'
1515
pod 'RxSwift', '~> 6.7.0'
1616
pod 'RxCocoa', '~> 6.7.0'
1717
pod 'RxRelay', '~> 6.7.0'

0 commit comments

Comments
 (0)