From 3db95a659ffdb34a5b0e88b5b027ccd364a5154c Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Wed, 1 Nov 2023 23:09:54 +0100 Subject: [PATCH] [native_toolchain_c] Bump version to 0.3.2 (#184) --- pkgs/native_toolchain_c/CHANGELOG.md | 6 ++++++ pkgs/native_toolchain_c/pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pkgs/native_toolchain_c/CHANGELOG.md b/pkgs/native_toolchain_c/CHANGELOG.md index cf696e5b8..c347917b4 100644 --- a/pkgs/native_toolchain_c/CHANGELOG.md +++ b/pkgs/native_toolchain_c/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.2 + +- Added workaround minSdkVersion 19 and 20 for Android. +- Start using sysroot for Android. +- Added tests for up to Android API version 34. + ## 0.3.1 - Added MSVC arm64 toolchain. diff --git a/pkgs/native_toolchain_c/pubspec.yaml b/pkgs/native_toolchain_c/pubspec.yaml index dd252b478..886e74500 100644 --- a/pkgs/native_toolchain_c/pubspec.yaml +++ b/pkgs/native_toolchain_c/pubspec.yaml @@ -1,7 +1,7 @@ name: native_toolchain_c description: >- A library to invoke the native C compiler installed on the host machine. -version: 0.3.1 +version: 0.3.2 repository: https://github.com/dart-lang/native/tree/main/pkgs/native_toolchain_c topics: