Skip to content

Commit

Permalink
fix build [run ci] (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
dipankadas authored Jan 28, 2025
1 parent cebaa7d commit 5201585
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.1.21 (January 27, 2025)

### Maintenance

- Updated minimum AppCenter SDK version to 5.0.3.
- Updated Video iOS SDK version to 5.8.4.

## 0.1.20 (May 9, 2024)

### Maintenance
Expand Down
4 changes: 2 additions & 2 deletions VideoApp/VideoApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2847,7 +2847,7 @@
repositoryURL = "https://github.com/microsoft/appcenter-sdk-apple";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 4.0.0;
minimumVersion = 5.0.3;
};
};
DCB3BAD9282DA30B00AF7072 /* XCRemoteSwiftPackageReference "KeychainAccess" */ = {
Expand All @@ -2863,7 +2863,7 @@
repositoryURL = "https://github.com/twilio/twilio-video-ios";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.8.2;
minimumVersion = 5.8.4;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/microsoft/appcenter-sdk-apple",
"state" : {
"revision" : "8354a50fe01a7e54e196d3b5493b5ab53dd5866a",
"version" : "4.4.2"
"revision" : "9308921a2f6ef828cf9fae898ea4f080a81cdf11",
"version" : "5.0.6"
}
},
{
Expand Down Expand Up @@ -176,8 +176,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/microsoft/PLCrashReporter.git",
"state" : {
"revision" : "6b27393cad517c067dceea85fadf050e70c4ceaa",
"version" : "1.10.1"
"revision" : "6752f71de206f6a53fa6a758c3660fd9a7fe7527",
"version" : "1.11.2"
}
},
{
Expand Down Expand Up @@ -212,8 +212,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/twilio/twilio-video-ios",
"state" : {
"revision" : "1cf453f4a2de505f7346fde6085c299144f05941",
"version" : "5.8.2"
"revision" : "a8ecab26529d90ac6dfe586a61d66b1b476217e0",
"version" : "5.8.4"
}
}
],
Expand Down

0 comments on commit 5201585

Please sign in to comment.