Skip to content

Commit 6236e8f

Browse files
committed
Fix All The Shit CRASH
1 parent 0d7fe1d commit 6236e8f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

ai-core/build.gradle.kts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,12 @@ android {
4242
}
4343
}
4444
}
45-
45+
externalNativeBuild {
46+
cmake {
47+
path("src/main/cpp/CMakeLists.txt")
48+
version = "3.22.1"
49+
}
50+
}
4651
buildTypes {
4752
release {
4853
isMinifyEnabled = false

0 commit comments

Comments
 (0)