Skip to content

Commit a435e7a

Browse files
committed
updated binaries
1 parent 4f5e184 commit a435e7a

File tree

15 files changed

+710
-458
lines changed

15 files changed

+710
-458
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.4.1
2+
3+
- Updated binaries to 1.3.0 using flatbuffers 2.0
4+
-
15
## 3.4.0
26

37
- Added initial support for bigger messages, see: https://github.com/jerson/rsa-mobile/commit/a6fe44834e39678b6f8628374f658eeec3779c5e
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ packages:
7777
path: ".."
7878
relative: true
7979
source: path
80-
version: "3.4.0"
80+
version: "3.4.1"
8181
ffi:
8282
dependency: transitive
8383
description:

example/windows/flutter/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ add_custom_command(
9191
${FLUTTER_TOOL_ENVIRONMENT}
9292
"${FLUTTER_ROOT}/packages/flutter_tools/bin/tool_backend.bat"
9393
windows-x64 $<CONFIG>
94+
VERBATIM
9495
)
9596
add_custom_target(flutter_assemble DEPENDS
9697
"${FLUTTER_LIBRARY}"

ios/librsa_bridge.a

4.03 KB
Binary file not shown.

0 commit comments

Comments
 (0)