Skip to content

Commit

Permalink
Added initial support for big payloads
Browse files Browse the repository at this point in the history
  • Loading branch information
jerson committed Feb 6, 2022
1 parent b505261 commit 7e62dab
Show file tree
Hide file tree
Showing 13 changed files with 452 additions and 647 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.4.0

- Added initial support for bigger messages, see: https://github.com/jerson/rsa-mobile/commit/a6fe44834e39678b6f8628374f658eeec3779c5e

## 3.3.0

- Updated example and android requirements
Expand Down
Binary file modified android/src/main/jniLibs/arm64-v8a/librsa_bridge.so
Binary file not shown.
Binary file modified android/src/main/jniLibs/armeabi-v7a/librsa_bridge.so
Binary file not shown.
Binary file modified android/src/main/jniLibs/x86/librsa_bridge.so
Binary file not shown.
Binary file modified android/src/main/jniLibs/x86_64/librsa_bridge.so
Binary file not shown.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.3.0"
version: "3.4.0"
ffi:
dependency: transitive
description:
Expand Down
Binary file modified ios/librsa_bridge.a
Binary file not shown.
Loading

0 comments on commit 7e62dab

Please sign in to comment.