Skip to content

Commit

Permalink
build: update NDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Nov 10, 2023
1 parent 189196f commit 72072dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/convention/src/main/kotlin/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Version {
const val targetSdk = 34
const val versionName = "1.4.6"

private const val defaultNdkVersion = "25.1.8937393"
private const val defaultNdkVersion = "25.2.9519653"
private const val defaultCMakeVersion = "3.22.1"

fun getNdkVersion(project: Project): String {
Expand Down

0 comments on commit 72072dc

Please sign in to comment.