You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This major Android dependency is totally outdated. Currently used version 25.0.0 in Bazel seems to be from April 2016. The current version is provided by Google and is from May 2020: 27.1.0-alpha09:
Recent attempts to bump Guava dependency in Bazel are failing because of the collision of recent Guava releases and Guava version used in tools_sdk-common_25.0.0.jar.
There are 3 or 5 issues and PRs related to this, errorprone, and guava which all seem to to be related and fixable together. Can someone on the Android team answer decided a priority for dealing with it. If it is low priority for us, can we outline an acceptable plan for someone else to fix it.
Updating this dependency is quite tricky, and the long term plan is to separate this code from Bazel all together, but that will take some time. #10394 and #11426 were unblocked by patching this dependency, so I'll close this
This major Android dependency is totally outdated. Currently used version 25.0.0 in Bazel seems to be from April 2016. The current version is provided by Google and is from May 2020: 27.1.0-alpha09:
https://maven.google.com/com/android/tools/sdklib/27.1.0-alpha09/sdklib-27.1.0-alpha09.jar
Recent attempts to bump Guava dependency in Bazel are failing because of the collision of recent Guava releases and Guava version used in
tools_sdk-common_25.0.0.jar
.See these discusions: here and here.
This PR and this PR are failing Android tests because of Guava version collision.
//CC @ahumesky @jin @tetromino
The text was updated successfully, but these errors were encountered: