Skip to content

Commit 18332d3

Browse files
authored
Merge pull request #293 from shiguredo/feature/update-package-info
PackageInfo の libwebrtc バージョン更新
2 parents 04e50ac + d864477 commit 18332d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sora/PackageInfo.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ public enum WebRTCInfo {
1313
public static let branch = "7559"
1414

1515
/// WebRTC フレームワークのコミットポジション
16-
public static let commitPosition = "0"
16+
public static let commitPosition = "2"
1717

1818
/// WebRTC フレームワークのメンテナンスバージョン
1919
public static let maintenanceVersion = "1"
2020

2121
/// WebRTC フレームワークのソースコードのリビジョン
22-
public static let revision = "f680c1893f3b166b370439da52ae82d02f54969c"
22+
public static let revision = "8f3537ef5b85b4c7dabed2676d4b72214c69c494"
2323

2424
/// WebRTC フレームワークのソースコードのリビジョン (短縮版)
2525
public static var shortRevision: String {

0 commit comments

Comments
 (0)