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 6, 2024
1 parent fe36181 commit 8efb1ad
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
17 changes: 9 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1614,19 +1614,20 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "twake-supported-0.22.6"
resolved-ref: "14fe4d3144e1d45561b8e65713b5e1fc35651af4"
ref: update-new-logger
resolved-ref: be7531aa763d89a534cdd2bddd23be16cbb2080b
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: update-new-logger
resolved-ref: dbd8f9c40f281f2780a2b7a1598f6d5f4977262b
url: "https://github.com/linagora/dart_matrix_api_lite.git"
source: git
version: "1.7.0"
matrix_homeserver_recommendations:
dependency: "direct main"
description:
Expand Down
7 changes: 6 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
matrix:
git:
url: git@github.com:linagora/matrix-dart-sdk.git
ref: twake-supported-0.22.6
ref: update-new-logger

receive_sharing_intent:
git:
Expand Down 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: update-new-logger

cider:
link_template:
Expand Down

0 comments on commit 8efb1ad

Please sign in to comment.