From 3ae3e8d5a69afde79521f94000b296886a375f53 Mon Sep 17 00:00:00 2001 From: Nick Randolph Date: Mon, 1 Mar 2021 18:28:48 +1100 Subject: [PATCH] Updating ndk version to match build agent --- example/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 80892c9d..3d0f0ad3 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -17,7 +17,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { compileSdkVersion 29 - ndkVersion '21.3.6528147' + ndkVersion '22.0.7026061' sourceSets { main.java.srcDirs += 'src/main/kotlin'