From 916ab1df50c6e29778729d6813f4d073fcc4e84a Mon Sep 17 00:00:00 2001 From: featherless Date: Fri, 3 Jan 2020 16:38:18 -0500 Subject: [PATCH] Add a .bazelversion file. (#11) This locks in the Bazel version currently supported by this repo. Part of https://github.com/material-components/material-components-ios/issues/9363 Note: bazel 1.0.0 support was already added in https://github.com/material-foundation/material-testing-ios/pull/6, so this PR is simply documenting that fact. Bazel 2.0.0 is equivalent in terms of Apple platform support. Tested manually by running: ``` bazel test //... ``` --- .bazelversion | 1 + 1 file changed, 1 insertion(+) create mode 100644 .bazelversion diff --git a/.bazelversion b/.bazelversion new file mode 100644 index 0000000..227cea2 --- /dev/null +++ b/.bazelversion @@ -0,0 +1 @@ +2.0.0