Skip to content

Commit

Permalink
Update dependency Kingfisher to ~> 8.1.0
Browse files Browse the repository at this point in the history
| datasource | package    | from  | to    |
| ---------- | ---------- | ----- | ----- |
| pod        | Kingfisher | 8.0.3 | 8.1.0 |
  • Loading branch information
renovate[bot] committed Oct 13, 2024
1 parent b30d13c commit a768777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/iosApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a768777

Please sign in to comment.