Skip to content

Commit

Permalink
Merge pull request #1731 from matthiasn/chore/upgrade_matrix
Browse files Browse the repository at this point in the history
chore: upgrade matrix lib
  • Loading branch information
matthiasn authored Apr 26, 2024
2 parents e8ed7a6 + 80b9066 commit 29ed9a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion integration_test/matrix_service_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ void main() {

getIt
..registerSingleton<Directory>(docDir)
..registerSingleton<LoggingDb>(LoggingDb())
..registerSingleton<LoggingDb>(LoggingDb(inMemoryDatabase: true))
..registerSingleton<JournalDb>(JournalDb(inMemoryDatabase: true))
..registerSingleton<SettingsDb>(mockSettingsDb)
..registerSingleton<SecureStorage>(secureStorageMock);

Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -715,10 +715,10 @@ packages:
dependency: transitive
description:
name: flutter_cache_manager
sha256: "8207f27539deb83732fdda03e259349046a39a4c767269285f449ade355d54ba"
sha256: "395d6b7831f21f3b989ebedbb785545932adb9afe2622c1ffacf7f4b53a7e544"
url: "https://pub.dev"
source: hosted
version: "3.3.1"
version: "3.3.2"
flutter_colorpicker:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: lotti
description: Achieve your goals and keep your data private with Lotti.
publish_to: 'none'
version: 0.9.453+2476
version: 0.9.453+2477

msix_config:
display_name: LottiApp
Expand Down

0 comments on commit 29ed9a9

Please sign in to comment.