From 22193cbfe815fd90bf7177b7743e291251b9546b Mon Sep 17 00:00:00 2001 From: Kevin Brothaler Date: Tue, 20 Dec 2022 13:33:27 -0500 Subject: [PATCH] Bump NDK version --- examples/whisper.android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/whisper.android/app/build.gradle b/examples/whisper.android/app/build.gradle index 5765cae..64a43bb 100644 --- a/examples/whisper.android/app/build.gradle +++ b/examples/whisper.android/app/build.gradle @@ -44,7 +44,7 @@ android { composeOptions { kotlinCompilerExtensionVersion '1.3.1' } - ndkVersion "25.0.8528842" + ndkVersion "25.1.8937393" externalNativeBuild { ndkBuild { path 'src/main/jni/whisper/Android.mk'