Skip to content

Commit

Permalink
update new logger for matrix sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlockvn committed May 9, 2024
1 parent fe36181 commit 1ba0db5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1620,13 +1620,14 @@ packages:
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

0 comments on commit 1ba0db5

Please sign in to comment.