diff --git a/app/pubspec.lock b/app/pubspec.lock index a20da55b..0428992d 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -682,9 +682,11 @@ packages: kdtree: dependency: "direct main" description: - name: kdtree - url: "https://pub.dartlang.org" - source: hosted + path: "." + ref: "0.2.0-nc-photos-1" + resolved-ref: ada59475a643f75ca45c2ec20d2f5348728756ea + url: "https://gitlab.com/nc-photos/kd-tree-dart.git" + source: git version: "0.2.0" kiwi: dependency: "direct main" diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 9f1c60e3..85071b19 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -76,7 +76,10 @@ dependencies: ref: 1.0.0-nc-photos-2 path: library intl: ^0.17.0 - kdtree: ^0.2.0 + kdtree: + git: + url: https://gitlab.com/nc-photos/kd-tree-dart.git + ref: 0.2.0-nc-photos-1 kiwi: ^4.0.1 logging: ^1.0.1 memory_info: ^0.0.2