Skip to content

Commit 6614714

Browse files
committed
fix: ndk version for example app in ci
1 parent 485b172 commit 6614714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
android {
99
namespace = "io.livekit.example"
1010
compileSdk = flutter.compileSdkVersion
11-
ndkVersion = flutter.ndkVersion
11+
ndkVersion = "27.0.12077973"
1212

1313
compileOptions {
1414
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)