Skip to content

Commit

Permalink
fix analytic problem
Browse files Browse the repository at this point in the history
  • Loading branch information
aidaiym committed Dec 16, 2024
1 parent 083c655 commit 1d00e68
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# melos_managed_dependency_overrides: mq_ci_keys,mq_storage,mq_either,mq_analytics,mq_crashlytics,mq_remote_config
# melos_managed_dependency_overrides: mq_ci_keys,mq_storage,mq_either,mq_analytics,mq_crashlytics,mq_remote_config,mq_home_repository
dependency_overrides:
mq_analytics:
path: ../packages/mq_analytics
Expand All @@ -8,6 +8,8 @@ dependency_overrides:
path: ../packages/mq_crashlytics
mq_either:
path: ../packages/mq_either
mq_home_repository:
path: ../packages/mq_home_repository
mq_remote_client:
path: ../packages/mq_remote_client
mq_remote_config:
Expand Down
12 changes: 12 additions & 0 deletions packages/mq_home_repository/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# melos_managed_dependency_overrides: mq_crashlytics,mq_either,mq_remote_client,mq_remote_config,mq_storage
dependency_overrides:
mq_crashlytics:
path: ../mq_crashlytics
mq_either:
path: ../mq_either
mq_remote_client:
path: ../mq_remote_client
mq_remote_config:
path: ../mq_remote_config
mq_storage:
path: ../mq_storage

0 comments on commit 1d00e68

Please sign in to comment.