Skip to content

Commit

Permalink
Configured the bazel version to 3.5.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 337352321
  • Loading branch information
copybara-androidxtest committed Oct 15, 2020
1 parent dfa6c14 commit 91acd4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.0
3.5.0
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ and run the Robolectric tests.
[clone](https://help.github.com/articles/cloning-a-repository/) the
[AndroidX Test repo](https://github.com/android/android-test)
* Install [bazel](https://docs.bazel.build/versions/master/install.html).
Version 3.6.0 is recommended. For instrumentation testing on Linux make sure your environment
Version 3.5.0 is recommended. For instrumentation testing on Linux make sure your environment
meets the following
[prerequisites](https://docs.bazel.build/versions/master/android-instrumentation-test.html#prerequisites)
* Install [maven](http://maven.apache.org/install.html) and make it available
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# start from docker image with bazel installed
FROM l.gcr.io/google/bazel:3.6.0
FROM l.gcr.io/google/bazel:3.5.0

ENV ANDROID_HOME /android-sdk
ENV PATH ${ANDROID_HOME}/tools:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools/bin:/bin:$PATH
Expand Down

0 comments on commit 91acd4f

Please sign in to comment.