File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.5.7
2
+ * Added compatibility for AGP 8.4.
3
+ * Improved API documentation for ECDH.
4
+ * Bumped minimum Android SDK/ API level to 21, dropping support for Android 4 and below.
5
+
1
6
# 0.5.6
2
7
* Disable LTO on Android to fix [ #80 ] ( https://github.com/google/webcrypto.dart/issues/80 ) .
3
8
* Migrate to ` dart:js_interop ` to ensure [ wasm compatibility] ( https://dart.dev/interop/js-interop/package-web#package-web-vs-dart-html ) .
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
name : webcrypto
16
- version : 0.5.6
16
+ version : 0.5.7
17
17
description : Cross-platform implementation of Web Cryptography APIs for Flutter.
18
18
repository : https://github.com/google/webcrypto.dart
19
19
You can’t perform that action at this time.
0 commit comments