Skip to content

Commit 217bd0e

Browse files
authored
Merge pull request #1713 from matthiasn/feat/multi_platform_libolm
feat: add multi platform libolm
2 parents a0c6d96 + 702f163 commit 217bd0e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

integration_test/docker/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121

2222
dendrite:
2323
hostname: dendrite
24-
image: matrixdotorg/dendrite-monolith:latest
24+
image: matrixdotorg/dendrite-monolith:v0.13.6
2525
command: -really-enable-open-registration
2626
ports:
2727
- 8008:8008

macos/libolm.3.dylib

100755100644
192 KB
Binary file not shown.

pubspec.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1149,10 +1149,10 @@ packages:
11491149
dependency: "direct main"
11501150
description:
11511151
name: google_fonts
1152-
sha256: "5b1726fee554d1cc9db1baef8061b126567ff0a1140a03ed7de936e62f2ab98b"
1152+
sha256: b1ac0fe2832c9cc95e5e88b57d627c5e68c223b9657f4b96e1487aa9098c7b82
11531153
url: "https://pub.dev"
11541154
source: hosted
1155-
version: "6.2.0"
1155+
version: "6.2.1"
11561156
graphs:
11571157
dependency: transitive
11581158
description:
@@ -2918,4 +2918,4 @@ packages:
29182918
version: "3.1.2"
29192919
sdks:
29202920
dart: ">=3.3.0 <4.0.0"
2921-
flutter: ">=3.19.0"
2921+
flutter: ">=3.19.2"

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: lotti
22
description: Achieve your goals and keep your data private with Lotti.
33
publish_to: 'none'
4-
version: 0.9.445+2433
4+
version: 0.9.445+2434
55

66
msix_config:
77
display_name: LottiApp

0 commit comments

Comments
 (0)