From 2519274efc135f1168439ea89363fb7caab3ce12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Thu, 5 Dec 2024 19:49:01 +0800 Subject: [PATCH] Update NDK to r28-rc1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 339958d..acfa36b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,7 +12,7 @@ android { namespace "io.nekohasekai.sfa" compileSdk 35 - ndkVersion "26.2.11394342" + ndkVersion "28.0.12674087" ksp { arg("room.incremental", "true")