diff --git a/flutter_app/android/app/build.gradle b/flutter_app/android/app/build.gradle index c9d2a0839..3d31f1fa8 100644 --- a/flutter_app/android/app/build.gradle +++ b/flutter_app/android/app/build.gradle @@ -18,7 +18,7 @@ if (localPropertiesFile.exists()) { android { namespace "com.example.flutter_quickstart" compileSdkVersion flutter.compileSdkVersion - ndkVersion flutter.ndkVersion + ndkVersion "27.0.12077973" compileOptions { sourceCompatibility = JavaVersion.VERSION_11