Bump to latest NDK LTS

This commit is contained in:
arkon 2023-12-17 11:33:08 -05:00
parent 7ae17e6aac
commit c62cd6e997
1 changed files with 1 additions and 1 deletions

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"
}