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'