mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-22 05:05:38 +03:00
Bump NDK
Just using the same version as J2K for now, we can probably go higher though.
This commit is contained in:
parent
02cd2d2ca3
commit
f20980b4c9
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@ object AndroidConfig {
|
||||||
const val compileSdk = 34
|
const val compileSdk = 34
|
||||||
const val minSdk = 23
|
const val minSdk = 23
|
||||||
const val targetSdk = 34
|
const val targetSdk = 34
|
||||||
const val ndk = "22.1.7171670"
|
const val ndk = "23.1.7779620"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue