Skip to content

Commit

Permalink
SPM내 Lottie 버전 업데이트 (#1150)
Browse files Browse the repository at this point in the history
### description
- SPM내 Lottie 버전 업데이트
  • Loading branch information
jayce1116 authored Mar 20, 2024
1 parent c8515e5 commit df5122b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/airbnb/lottie-ios",
"state": {
"branch": null,
"revision": "b4bd0604ded9574807f41b4004b57dd1226a30a4",
"version": "3.5.0"
"revision": "7fe8b6f697ae7db4bf0df270119592cb5d502848",
"version": "4.4.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
dependencies: [
.package(name: "RxSwift", url: "https://github.com/ReactiveX/RxSwift", from: "6.0.0"),
.package(name: "NattyLog", url: "https://github.com/nugu-developers/natty-log-ios", from: "1.2.2"),
.package(name: "Lottie", url: "https://github.com/airbnb/lottie-ios", from: "3.0.0")
.package(name: "Lottie", url: "https://github.com/airbnb/lottie-ios", from: "4.0.0")
],
targets: [
.target(
Expand Down

0 comments on commit df5122b

Please sign in to comment.