Bump to latest NDK LTS

(cherry picked from commit c62cd6e997cb426ce8875a5f43ebeaa183bca7a5)
This commit is contained in:
arkon 2023-12-17 11:33:08 -05:00 committed by Jobobby04
parent 11420ef158
commit 35e55b1517

View File

@ -2,5 +2,5 @@ object AndroidConfig {
const val compileSdk = 34
const val minSdk = 23
const val targetSdk = 34
const val ndk = "23.1.7779620"
const val ndk = "26.1.10909125"
}