Skip to content

Commit

Permalink
Update supported platform version in Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Brescianini committed Oct 31, 2024
1 parent 4c89997 commit 89c3586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let rtcChecksum = "2e9f011ed68781ec238c73b5515eaae4d5b33b4d92f60940c9abe72759cfc
let package = Package(
name: sdkName,
platforms: [
.iOS(.v14)
.iOS(.v15)
],
products: [
.library(
Expand Down

0 comments on commit 89c3586

Please sign in to comment.