diff --git a/dev/bots/analyze_sample_code.dart b/dev/bots/analyze_sample_code.dart index beacde99b4..c9e38f871a 100644 --- a/dev/bots/analyze_sample_code.dart +++ b/dev/bots/analyze_sample_code.dart @@ -19,7 +19,7 @@ import 'package:path/path.dart' as path; import 'package:watcher/watcher.dart'; // If you update this version, also update it in dev/bots/docs.sh -const String _snippetsActivateVersion = '0.2.2'; +const String _snippetsActivateVersion = '0.2.3'; final String _flutterRoot = path.dirname(path.dirname(path.dirname(path.fromUri(Platform.script)))); final String _defaultFlutterPackage = path.join(_flutterRoot, 'packages', 'flutter', 'lib'); diff --git a/dev/bots/docs.sh b/dev/bots/docs.sh index ad18236650..626aeb2a8c 100755 --- a/dev/bots/docs.sh +++ b/dev/bots/docs.sh @@ -26,13 +26,7 @@ function generate_docs() { # assets-for-api-docs repo: # https://github.com/flutter/assets-for-api-docs/tree/master/packages/snippets # >>> If you update this version, also update it in dev/bots/analyze_sample_code.dart <<< - "$PUB" global activate snippets 0.2.2 - - # Install and activate the snippets tool, which resides in the - # assets-for-api-docs repo: - # https://github.com/flutter/assets-for-api-docs/tree/master/packages/snippets - # >>> If you update this version, also update it in dev/bots/analyze_sample_code.dart <<< - "$PUB" global activate snippets 0.2.1 + "$PUB" global activate snippets 0.2.3 # This script generates a unified doc set, and creates # a custom index.html, placing everything into dev/docs/doc.