Skip to content

Commit

Permalink
Bump your minimum iOS version from 10 to 11.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 311126200
  • Loading branch information
j2objc-copybara authored and copybara-github committed May 12, 2020
1 parent ebc7173 commit e32d1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Contacts/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ios_application(
infoplists = ["src/Info.plist"],
families = ["iphone", "ipad"],
deps = [":ContactsMainLib"],
minimum_os_version = "10.0",
minimum_os_version = "11.0",,
)

objc_library(
Expand Down

0 comments on commit e32d1ab

Please sign in to comment.