Skip to content

Commit

Permalink
rollback minimum ios and tvos version to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilveirah committed Oct 20, 2023
1 parent 8e97baa commit 20a18bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import PackageDescription
let package = Package(
name: "ConsentViewController",
platforms: [
.iOS(.v11),
.tvOS(.v11)
.iOS(.v10),
.tvOS(.v10)
],
products: [
.library(
Expand Down

0 comments on commit 20a18bd

Please sign in to comment.