Skip to content

Commit d03de2f

Browse files
[tool] Don't add Guava in the all-packages app (flutter#6747)
It's not clear why we are adding an outdated version of Guava; it is likely cruft, so this test removing it.
1 parent 0a0e3d2 commit d03de2f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

script/tool/lib/src/create_all_packages_app_command.dart

-3
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,6 @@ class CreateAllPackagesAppCommand extends PackageCommand {
138138
if (line.contains('defaultConfig {')) {
139139
newGradle.writeln(' multiDexEnabled true');
140140
} else if (line.contains('dependencies {')) {
141-
newGradle.writeln(
142-
" implementation 'com.google.guava:guava:27.0.1-android'\n",
143-
);
144141
// Tests for https://github.com/flutter/flutter/issues/43383
145142
newGradle.writeln(
146143
" implementation 'androidx.lifecycle:lifecycle-runtime:2.2.0-rc01'\n",

0 commit comments

Comments
 (0)