Skip to content

Commit e82f52a

Browse files
committed
🔖 1.0.0-dev.39
1 parent 7b925df commit e82f52a

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ that can be found in the LICENSE file. -->
44

55
# Changelog
66

7+
## 1.0.0-dev.39
8+
9+
(These changes are targeting the bundled `cargokit` for Flutter builds.)
10+
11+
- Support Android 16KB page size.
12+
- Add default `BINDGEN_EXTRA_CLANG_ARGS` for `AndroidEnvironment` during build.
13+
- Remove hardcoded i686(x86) compilation for Android debug builds.
14+
715
## 1.0.0-dev.38
816

917
- Manually fixes Gradle platform plugin detection.

packages/agent_dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: agent_dart
2-
version: 1.0.0-dev.38
2+
version: 1.0.0-dev.39
33

44
description: |
55
An agent library built for Internet Computer,

packages/agent_dart_base/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: agent_dart_base
2-
version: 1.0.0-dev.38
2+
version: 1.0.0-dev.39
33

44
description: The Dart plugin that bridges Rust implementation for agent_dart.
55
repository: https://github.com/AstroxNetwork/agent_dart

packages/agent_dart_ffi/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: agent_dart_ffi
2-
version: 1.0.0-dev.38
2+
version: 1.0.0-dev.39
33

44
description: The FFI plugin that bridges Rust implementation for agent_dart.
55
repository: https://github.com/AstroxNetwork/agent_dart

0 commit comments

Comments
 (0)