Skip to content

Commit

Permalink
SPM: Require iOS 14, not iOS 15 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikvaa authored May 9, 2024
1 parent 25f1b33 commit d7b1ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ kmmbridge {
spmDirectory = "./",
swiftToolVersion = "5.9",
targetPlatforms = {
iOS { v("15") }
iOS { v("14") }
},
)
}
Expand Down

0 comments on commit d7b1ccb

Please sign in to comment.