Skip to content

Commit 730a93a

Browse files
committed
build(android): pin ndkVersion to 28.2.13676358 for CI compatibility
1 parent d9a31ba commit 730a93a

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
@@ -21,7 +21,7 @@ try {
2121

2222
android {
2323
namespace "com.zulip.flutter"
24-
24+
ndkVersion "28.2.13676358"
2525
compileSdkVersion flutter.compileSdkVersion
2626

2727
compileOptions {

0 commit comments

Comments
 (0)