Bump NDK version (#1203)

This commit is contained in:
AntsyLich 2024-09-07 14:14:59 +06:00 committed by GitHub
parent 6f422745ba
commit fbcc48fefc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ object AndroidConfig {
const val COMPILE_SDK = 34
const val TARGET_SDK = 34
const val MIN_SDK = 26
const val NDK = "26.1.10909125"
const val NDK = "27.1.12297006"
// https://youtrack.jetbrains.com/issue/KT-66995/JvmTarget-and-JavaVersion-compatibility-for-easier-JVM-version-setup
val JavaVersion = GradleJavaVersion.VERSION_17