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 Apr 24, 2024
1 parent 090e0fd commit 66d220c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
25 changes: 17 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1554,6 +1554,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.1"
logger:
dependency: transitive
description:
name: logger
sha256: "8c94b8c219e7e50194efc8771cd0e9f10807d8d3e219af473d89b06cc2ee4e04"
url: "https://pub.dev"
source: hosted
version: "2.2.0"
logging:
dependency: transitive
description:
Expand Down Expand Up @@ -1614,19 +1622,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: "3055c64312df5c42293656809e0a0c304092bf6e"
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 66d220c

Please sign in to comment.