Skip to content

Commit

Permalink
[native_toolchain_c] Bump highest tested NDK version to 34 (#182)
Browse files Browse the repository at this point in the history
https://docs.flutter.dev/reference/supported-platforms now lists 34 instead of 30.

Update our testing to cover this.
  • Loading branch information
dcharkes authored Nov 1, 2023
1 parent 53facde commit 01d92b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void main() {
const flutterAndroidNdkVersionLowestSupported = 21;

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

for (final linkMode in LinkMode.values) {
for (final target in targets) {
Expand Down

0 comments on commit 01d92b0

Please sign in to comment.