Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
[tool] Don't add Guava in the all-packages app (#6747)
Browse files Browse the repository at this point in the history
It's not clear why we are adding an outdated version of Guava; it is
likely cruft, so this test removing it.
  • Loading branch information
stuartmorgan committed Jan 9, 2023
1 parent 0a0e3d2 commit d03de2f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions script/tool/lib/src/create_all_packages_app_command.dart
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ class CreateAllPackagesAppCommand extends PackageCommand {
if (line.contains('defaultConfig {')) {
newGradle.writeln(' multiDexEnabled true');
} else if (line.contains('dependencies {')) {
newGradle.writeln(
" implementation 'com.google.guava:guava:27.0.1-android'\n",
);
// Tests for https://github.com/flutter/flutter/issues/43383
newGradle.writeln(
" implementation 'androidx.lifecycle:lifecycle-runtime:2.2.0-rc01'\n",
Expand Down

0 comments on commit d03de2f

Please sign in to comment.