Bump to latest stable ndk

Ref:https://developer.android.com/ndk/downloads#stable-downloads
This commit is contained in:
Saksham
2025-10-07 11:27:09 +05:30
committed by GitHub
parent c4ff89c13d
commit 0b80137f17

View File

@@ -29,7 +29,7 @@ cmaker {
val androidMinSdkVersion = 26
val androidTargetSdkVersion = 36
val androidCompileSdkVersion = 36
val androidCompileNdkVersion = "28.0.13004108"
val androidCompileNdkVersion = "29.0.14206865"
val androidSourceCompatibility = JavaVersion.VERSION_21
val androidTargetCompatibility = JavaVersion.VERSION_21
val managerVersionCode by extra(1 * 10000 + getGitCommitCount() + 700)
@@ -76,4 +76,4 @@ subprojects {
}
}
}
}
}