mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Bump NDK version (#1203)
This commit is contained in:
parent
6f422745ba
commit
fbcc48fefc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue