Skip to content

Commit

Permalink
Update prepare_for_embedded.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Jan 2, 2024
1 parent fbc1c7c commit 89cca76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/cronet_http/tool/prepare_for_embedded.dart
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ void updateExampleBuildGradle() {
print('Updating ${buildGradle.path}: removing cronet reference');
final newGradleContent = gradleContent.replaceAll(
implementationRegExp,
'',
' // NOTE: removed in package:cronet_http_embedded',
);
buildGradle.writeAsStringSync(newGradleContent);
}
Expand Down

0 comments on commit 89cca76

Please sign in to comment.