From 25587296e8ac00dfe79e984c21fa8da26bfe19ac Mon Sep 17 00:00:00 2001 From: Sorunome Date: Sun, 4 Oct 2020 14:53:30 +0200 Subject: [PATCH] Update SDK --- lib/utils/famedlysdk_store.dart | 2 +- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/utils/famedlysdk_store.dart b/lib/utils/famedlysdk_store.dart index 87adbcd..b14e4b0 100644 --- a/lib/utils/famedlysdk_store.dart +++ b/lib/utils/famedlysdk_store.dart @@ -168,7 +168,7 @@ Future migrate(String clientName, Database db, Store store) async { roomId, pickle, json.encode(devices), - DateTime.now(), + DateTime.now().millisecondsSinceEpoch, 0, ); } diff --git a/pubspec.lock b/pubspec.lock index b74b0f3..190729a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -180,8 +180,8 @@ packages: dependency: "direct main" description: path: "." - ref: "84cc925b08e97098d00c54fff9c1244f91055de3" - resolved-ref: "84cc925b08e97098d00c54fff9c1244f91055de3" + ref: "74bd1d331b77f45ab0793af7c9e607795b8c16f0" + resolved-ref: "74bd1d331b77f45ab0793af7c9e607795b8c16f0" url: "https://gitlab.com/famedly/famedlysdk.git" source: git version: "0.0.1" diff --git a/pubspec.yaml b/pubspec.yaml index d00bf06..5cda641 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -27,7 +27,7 @@ dependencies: famedlysdk: git: url: https://gitlab.com/famedly/famedlysdk.git - ref: 84cc925b08e97098d00c54fff9c1244f91055de3 + ref: 74bd1d331b77f45ab0793af7c9e607795b8c16f0 localstorage: ^3.0.1+4 memoryfilepicker: ^0.1.3