manager: upgrade ndk29

This commit is contained in:
YuKongA
2025-11-27 08:30:35 +08:00
committed by shirkneko
parent b631344e7c
commit ccb38061ee
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ val androidTargetSdkVersion = 36
val androidCompileSdkVersion = 36 val androidCompileSdkVersion = 36
val androidBuildToolsVersion = "36.1.0" val androidBuildToolsVersion = "36.1.0"
val androidCompileNdkVersion by extra(libs.versions.ndk.get()) val androidCompileNdkVersion by extra(libs.versions.ndk.get())
val androidCmakeVersion by extra("3.22.0+") val androidCmakeVersion by extra("4.1.0+")
val androidSourceCompatibility = JavaVersion.VERSION_21 val androidSourceCompatibility = JavaVersion.VERSION_21
val androidTargetCompatibility = JavaVersion.VERSION_21 val androidTargetCompatibility = JavaVersion.VERSION_21
val managerVersionCode by extra(getVersionCode()) val managerVersionCode by extra(getVersionCode())

View File

@@ -13,12 +13,12 @@ compose-destination = "2.3.0"
markdown = "4.6.2" markdown = "4.6.2"
webkit = "1.14.0" webkit = "1.14.0"
parcelablelist = "2.0.1" parcelablelist = "2.0.1"
ndk = "29.0.13599879-beta2" ndk = "29.0.14206865"
libsu = "6.0.0" libsu = "6.0.0"
apksign = "1.4" apksign = "1.4"
cmaker = "1.2" cmaker = "1.2"
miuix = "0.7.1" miuix = "0.7.1"
haze = "1.7.0" haze = "1.7.1"
capsule = "2.1.1" capsule = "2.1.1"
documentfile = "1.1.0" documentfile = "1.1.0"