Update SDK

This commit is contained in:
Sorunome 2020-10-04 14:53:30 +02:00
parent 5409fe864b
commit 25587296e8
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
3 changed files with 4 additions and 4 deletions

View File

@ -168,7 +168,7 @@ Future<void> migrate(String clientName, Database db, Store store) async {
roomId,
pickle,
json.encode(devices),
DateTime.now(),
DateTime.now().millisecondsSinceEpoch,
0,
);
}

View File

@ -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"

View File

@ -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