Do not autoroll gradle and roll gradle back to 3.5.0.

We want to use stable gradle releases for testing.

BUG=webrtc:7608
NOTRY=True

Review-Url: https://codereview.webrtc.org/2877723002
Cr-Commit-Position: refs/heads/master@{#18094}
This commit is contained in:
sakal
2017-05-11 02:41:40 -07:00
committed by Commit bot
parent e6b16194c7
commit 5e56d6ab94
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ import urllib
DONT_AUTOROLL_THESE = [
'src/third_party/gflags/src',
'src/third_party/winsdk_samples',
'src/webrtc/examples/androidtests/third_party/gradle',
]
WEBRTC_URL = 'https://chromium.googlesource.com/external/webrtc'