Skip to content

Commit 123fb2b

Browse files
teodorciuraruTeodor Ciuraruclaude
authored
fix(flutter): update Android NDK version to 27.0.12077973 (#194)
Co-authored-by: Teodor Ciuraru <[email protected]> Co-authored-by: Claude <[email protected]>
1 parent 342323e commit 123fb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter_app/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if (localPropertiesFile.exists()) {
1818
android {
1919
namespace "com.example.flutter_quickstart"
2020
compileSdkVersion flutter.compileSdkVersion
21-
ndkVersion flutter.ndkVersion
21+
ndkVersion "27.0.12077973"
2222

2323
compileOptions {
2424
sourceCompatibility = JavaVersion.VERSION_11

0 commit comments

Comments
 (0)