* Support Bazel 2 and 3. MediaPipe will no longer support Bazel 0.x and 1.x.
* MediaPipe's TensorFlow dependency is now pointing to https://github.com/tensorflow/tensorflow/commit/805e47cea96c7e8c6fccf494d40a2392dc99fdd8, which is submitted on April 1, 2020.
* MediaPipe's Protobuf dependency is now pointing to [protobuf-3.11.4](https://github.com/protocolbuffers/protobuf/releases/tag/v3.11.4).
* Solve Xlib's Status & absl::Status compilation issue on linux.
* Fix setup_opencv.sh.
* Fix media sequence documentation by following the suggestions in https://github.com/google/mediapipe/issues/566.