Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
93f511cf
Unverified
Commit
93f511cf
authored
Jul 24, 2019
by
Jonah Williams
Committed by
GitHub
Jul 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unbreak build_runner (#36884)
parent
9cbac2a4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
pubspec.yaml
dev/integration_tests/android_views/pubspec.yaml
+2
-2
update_packages.dart
packages/flutter_tools/lib/src/commands/update_packages.dart
+5
-4
pubspec.yaml
packages/flutter_tools/pubspec.yaml
+2
-2
No files found.
dev/integration_tests/android_views/pubspec.yaml
View file @
93f511cf
...
...
@@ -7,7 +7,7 @@ dependencies:
sdk
:
flutter
flutter_driver
:
sdk
:
flutter
path_provider
:
1.
1.2
path_provider
:
1.
2.0
collection
:
1.14.11
assets_for_android_views
:
git
:
...
...
@@ -76,4 +76,4 @@ dev_dependencies:
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
1682
# PUBSPEC CHECKSUM:
a181
packages/flutter_tools/lib/src/commands/update_packages.dart
View file @
93f511cf
...
...
@@ -25,7 +25,8 @@ const Map<String, String> _kManuallyPinnedDependencies = <String, String>{
'test'
:
'1.6.3'
,
// | Tests are timing out at 1.6.4 https://github.com/flutter/flutter/issues/33823
'test_api'
:
'0.2.5'
,
// |
'test_core'
:
'0.2.5'
,
// |
'build_runner'
:
'1.6.1'
// TODO(jonahwilliams): allow newer versions
'build_runner'
:
'1.6.1'
,
// TODO(jonahwilliams): allow newer versions
'build_modules'
:
'2.3.0'
};
class
UpdatePackagesCommand
extends
FlutterCommand
{
...
...
packages/flutter_tools/pubspec.yaml
View file @
93f511cf
...
...
@@ -51,7 +51,7 @@ dependencies:
dart_style
:
1.2.9
code_builder
:
3.2.0
build
:
1.1.5
build_modules
:
2.3.
1
build_modules
:
2.3.
0
build_daemon
:
1.1.0
build_web_compilers
:
2.1.4
...
...
@@ -119,4 +119,4 @@ dartdoc:
# Exclude this package from the hosted API docs.
nodoc
:
true
# PUBSPEC CHECKSUM:
4832
# PUBSPEC CHECKSUM:
f131
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment