Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update new logger for matrix sdk #1725

Merged
merged 1 commit into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 8 additions & 7 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1615,18 +1615,19 @@ packages:
description:
path: "."
ref: "twake-supported-0.22.6"
resolved-ref: "14fe4d3144e1d45561b8e65713b5e1fc35651af4"
resolved-ref: "272cb73ab18cff7ae534ef4eafa61c6a3494cb00"
url: "git@github.com:linagora/matrix-dart-sdk.git"
source: git
version: "0.22.6"
matrix_api_lite:
dependency: transitive
dependency: "direct overridden"
description:
name: matrix_api_lite
sha256: "0e92d3402b4cbb8ab9283fd2fbe44147facf6f73de88f5adf0b3123bc5114bc1"
url: "https://pub.dev"
source: hosted
version: "1.7.3"
path: "."
ref: main
resolved-ref: "00b6570f95556636499c845f475d2d9e9049e44d"
url: "https://github.com/linagora/dart_matrix_api_lite.git"
source: git
version: "1.7.4"
matrix_homeserver_recommendations:
dependency: "direct main"
description:
Expand Down
5 changes: 5 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,11 @@ dependency_overrides:
git:
url: https://github.com/linagora/matrix_link_text.git
ref: twake-supported
# TODO: Remove this part when update matrix_homeserver_recommendations to same version as matrix_dart_sdk
matrix_api_lite:
git:
url: https://github.com/linagora/dart_matrix_api_lite.git
ref: main

cider:
link_template:
Expand Down