Skip to content

Commit e92d62b

Browse files
committed
chore: deps: update LSPlant and Dobby
1 parent 8811d48 commit e92d62b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

build-logic/convention/src/main/kotlin/Version.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ object Version {
1313
const val targetSdk = 36
1414
const val versionName = "1.5.9"
1515

16-
private const val defaultNdkVersion = "27.0.12077973"
16+
// LSPlant requires NDK r29+ to build
17+
// use NDK 29.0.13599879 rc1 for now
18+
// NDK 29.0.14206865 complains duplicate function definitions in emmintrin.h on x86 and x86_64 architectures.
19+
private const val defaultNdkVersion = "29.0.13599879"
1720

1821
// LSPlant requires CMake 3.28.0+ to build
1922
private const val defaultCMakeVersion = "3.31.0"

libs/Dobby

0 commit comments

Comments
 (0)