Skip to content

Commit c72ed16

Browse files
authored
[native_toolchain_c] Bump version to 0.3.2 (#184)
1 parent 4c9a50f commit c72ed16

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pkgs/native_toolchain_c/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.3.2
2+
3+
- Added workaround minSdkVersion 19 and 20 for Android.
4+
- Start using sysroot for Android.
5+
- Added tests for up to Android API version 34.
6+
17
## 0.3.1
28

39
- Added MSVC arm64 toolchain.

pkgs/native_toolchain_c/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: native_toolchain_c
22
description: >-
33
A library to invoke the native C compiler installed on the host machine.
4-
version: 0.3.1
4+
version: 0.3.2
55
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_toolchain_c
66

77
topics:

0 commit comments

Comments
 (0)