Spaces:
Running
Running
Kevin Brothaler
commited on
Commit
·
dbe19c7
1
Parent(s):
2479ccb
Bump NDK version
Browse files
examples/whisper.android/app/build.gradle
CHANGED
|
@@ -44,7 +44,7 @@ android {
|
|
| 44 |
composeOptions {
|
| 45 |
kotlinCompilerExtensionVersion '1.3.1'
|
| 46 |
}
|
| 47 |
-
ndkVersion "25.
|
| 48 |
externalNativeBuild {
|
| 49 |
ndkBuild {
|
| 50 |
path 'src/main/jni/whisper/Android.mk'
|
|
|
|
| 44 |
composeOptions {
|
| 45 |
kotlinCompilerExtensionVersion '1.3.1'
|
| 46 |
}
|
| 47 |
+
ndkVersion "25.1.8937393"
|
| 48 |
externalNativeBuild {
|
| 49 |
ndkBuild {
|
| 50 |
path 'src/main/jni/whisper/Android.mk'
|