diff --git a/bin/internal/flutter_plugins.version b/bin/internal/flutter_plugins.version index 1e71476d3a..239908a4ef 100644 --- a/bin/internal/flutter_plugins.version +++ b/bin/internal/flutter_plugins.version @@ -1 +1 @@ -26c45dc4d57564beeae1020b2e9c685609c1b9e5 +0c99a3ba749bbdc57b0d8895cdfaeef835119613 diff --git a/dev/bots/test.dart b/dev/bots/test.dart index 6f014fe4c7..585e909850 100644 --- a/dev/bots/test.dart +++ b/dev/bots/test.dart @@ -933,7 +933,7 @@ Future _runFlutterPluginsTests() async { workingDirectory: checkout.path, ); await runCommand( - './script/incremental_build.sh', + './script/tool_runner.sh', [ 'analyze', ],