From f210bcf4bb0242ffca3fc7aed15d268c9e4d9c58 Mon Sep 17 00:00:00 2001 From: Dan Field Date: Wed, 21 Jul 2021 12:48:14 -0700 Subject: [PATCH] Roll to buildtools 30.0.2 (flutter/engine#27622) --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 9842bbd4b03..456f76cf561 100644 --- a/DEPS +++ b/DEPS @@ -98,7 +98,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '5c61df1b8e5ae701c1bd76f089b888b51326a72a', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'cc7ee4df801df9be3028b0ef5ef58c8868877dd7', # Fuchsia compatibility # @@ -477,7 +477,7 @@ deps = { 'packages': [ { 'package': 'flutter/android/sdk/build-tools/${{platform}}', - 'version': 'version:30.0.1' + 'version': 'version:30.0.2' } ], 'condition': 'download_android_deps',