Skip to content

Commit

Permalink
Update Lottie to 4.4.3
Browse files Browse the repository at this point in the history
Fixes (https://github.com/airbnb/lottie-spm/releases/tag/4.4.3):
* Fix issue where animation size could be incorrect after loading async animation (airbnb/lottie-ios#2379)
* Update NSPrivacyAccessedAPITypeReasons in privacy manifest (airbnb/lottie-ios#2380)
* Include animation duration when computing cost/complexity of Core Animation time remapping (airbnb/lottie-ios#2381)
  • Loading branch information
dus7 committed Apr 19, 2024
1 parent 11b781d commit 20e1565
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10269,7 +10269,7 @@
repositoryURL = "https://github.com/airbnb/lottie-spm.git";
requirement = {
kind = exactVersion;
version = 4.4.2;
version = 4.4.3;
};
};
B6F997C22B8F374300476735 /* XCRemoteSwiftPackageReference "apple-toolbox" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/airbnb/lottie-spm.git",
"state" : {
"revision" : "4d0c11c85f5a9ec3d1b0daf2dc6daebc0e2df897",
"version" : "4.4.2"
"revision" : "1d29eccc24cc8b75bff9f6804155112c0ffc9605",
"version" : "4.4.3"
}
},
{
Expand Down

0 comments on commit 20e1565

Please sign in to comment.