bazel version

why is the SDK depending on bazel 0.19.2 from 2018? the requirement is even hard coded in deploy.sh <REQUESTED_BAZEL_VERSION=“0.19.2”>

Hi, Matthias,

Bazel 0.20+ has breaking change on how the toolchain is configured thus does not work with releases from 2018/2019. Earlier bazel version may or may not work as we don’t test against them. Feel free to remove the version check if it works for you. We recommend using bazel 0.19.2 though.