Skip to content

Commit 8b25d95

Browse files
authored
[native_toolchain_c] Bump highest tested NDK version to 34 (#182)
https://docs.flutter.dev/reference/supported-platforms now lists 34 instead of 30. Update our testing to cover this.
1 parent 7a20c5d commit 8b25d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/native_toolchain_c/test/cbuilder/cbuilder_cross_android_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void main() {
3737
const flutterAndroidNdkVersionLowestSupported = 21;
3838

3939
/// From https://docs.flutter.dev/reference/supported-platforms.
40-
const flutterAndroidNdkVersionHighestSupported = 30;
40+
const flutterAndroidNdkVersionHighestSupported = 34;
4141

4242
for (final linkMode in LinkMode.values) {
4343
for (final target in targets) {

0 commit comments

Comments
 (0)