From 3b9be3546a87def69c10675f2d66e4697ab7dc1b Mon Sep 17 00:00:00 2001 From: Sorunome Date: Sun, 17 May 2020 20:02:28 +0200 Subject: [PATCH] proper pubspec --- pubspec.lock | 14 ++++++++------ pubspec.yaml | 9 ++++----- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 271790e..eadd60f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -298,9 +298,11 @@ packages: matrix_file_e2ee: dependency: "direct main" description: - path: "/home/sorunome/repos/famedly/matrix_file_e2ee" - relative: false - source: path + path: "." + ref: "1.x.y" + resolved-ref: "32edeff765369a7a77a0822f4b19302ca24a017b" + url: "https://gitlab.com/famedly/libraries/matrix_file_e2ee.git" + source: git version: "1.0.3" meta: dependency: transitive @@ -362,11 +364,11 @@ packages: dependency: "direct main" description: path: "." - ref: "2ef8828859e0c4f6064038e45d89be3e46f8013c" - resolved-ref: "2ef8828859e0c4f6064038e45d89be3e46f8013c" + ref: "1.x.y" + resolved-ref: "7b6a91343e2af47ce78a7ecf7532b94b563b2d04" url: "https://gitlab.com/famedly/libraries/dart-olm.git" source: git - version: "1.0.0" + version: "1.1.0" package_config: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 342322e..fa38a2d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,13 +20,12 @@ dependencies: olm: git: url: https://gitlab.com/famedly/libraries/dart-olm.git - ref: 2ef8828859e0c4f6064038e45d89be3e46f8013c + ref: 1.x.y matrix_file_e2ee: - path: /home/sorunome/repos/famedly/matrix_file_e2ee -# git: -# url: https://gitlab.com/famedly/libraries/matrix_file_e2ee.git -# ref: 1.x.y + git: + url: https://gitlab.com/famedly/libraries/matrix_file_e2ee.git + ref: 1.x.y dev_dependencies: test: ^1.0.0