Skip to content

Commit 4fccaf1

Browse files
committed
build(dependencies): add override for core dependency
- Add dependency override for core package version 1.3.1 - Include TODO comment for future removal when newer version is released - This change supports the removal of LocalAd functionality
1 parent 795135a commit 4fccaf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ flutter:
9191
generate: true
9292

9393
dependency_overrides:
94+
# TODO: Remove this override when core version > 1.3.1 is released.
95+
# This is needed for the removal of LocalAd.
9496
core:
9597
git:
9698
url: https://github.com/flutter-news-app-full-source-code/core.git

0 commit comments

Comments
 (0)