浏览代码

Bump NDK

Just using the same version as J2K for now, we can probably go higher though.
arkon 1 年之前
父节点
当前提交
f20980b4c9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      buildSrc/src/main/kotlin/AndroidConfig.kt

+ 1 - 1
buildSrc/src/main/kotlin/AndroidConfig.kt

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