Skip to content

Commit 38517d6

Browse files
committed
fix build error to upgrade NDK
1 parent e9d5906 commit 38517d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2626

2727
android {
2828
compileSdkVersion 28
29-
ndkVersion "21.4.7075529"
29+
ndkVersion "26.0.10792818"
3030

3131
lintOptions {
3232
disable 'InvalidPackage'

0 commit comments

Comments
 (0)