We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342323e commit 123fb2bCopy full SHA for 123fb2b
flutter_app/android/app/build.gradle
@@ -18,7 +18,7 @@ if (localPropertiesFile.exists()) {
18
android {
19
namespace "com.example.flutter_quickstart"
20
compileSdkVersion flutter.compileSdkVersion
21
- ndkVersion flutter.ndkVersion
+ ndkVersion "27.0.12077973"
22
23
compileOptions {
24
sourceCompatibility = JavaVersion.VERSION_11
0 commit comments