File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88**/build/
99**/.dart_tool/
1010native/target/
11+ Cargo.lock
12+ native/Cargo.lock
1113
1214# Native libraries are built per consumer by Dart Native Assets.
1315*.dylib
Original file line number Diff line number Diff line change 22
33All notable changes to ` bdk_dart ` will be documented in this file.
44
5+ ## 1.0.0-rc.2
6+
7+ - Apply Android 16 KB page-size alignment configuration during native asset builds so ` libbdk_dart_ffi.so ` meets Google Play requirements.
8+ - Add Android alignment validation coverage for native asset and APK build outputs.
9+
510## 1.0.0-rc.1
611
712- Update the generated Dart bindings and native wrapper to ` bdk-ffi ` ` v3.0.0 ` .
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies:
4444
4545` ` ` yaml
4646dependencies :
47- bdk_dart : ^1.0.0-rc.1
47+ bdk_dart : ^1.0.0-rc.2
4848` ` `
4949
5050Import the package entrypoint:
Original file line number Diff line number Diff line change 11[package ]
22name = " bdk_dart_ffi"
33description = " This is a simple wrapper crate which re-exports bdk-ffi for publishing to pub.dev"
4- version = " 1.0.0-rc.1 "
4+ version = " 1.0.0-rc.2 "
55homepage = " https://bitcoindevkit.org"
66repository = " https://github.com/bitcoindevkit/bdk-dart"
77edition = " 2021"
Original file line number Diff line number Diff line change 11name : bdk_dart
22description : Dart bindings for bdk-ffi
3- version : 1.0.0-rc.1
3+ version : 1.0.0-rc.2
44homepage : https://github.com/bitcoindevkit/bdk-dart
55repository : https://github.com/bitcoindevkit/bdk-dart
66issue_tracker : https://github.com/bitcoindevkit/bdk-dart/issues
You can’t perform that action at this time.
0 commit comments