commit c695145b50de154b27d435d232085a305536170f parent 3cbdcae102543706215b50a68550f93f844be5b6 Author: rhunk <101876869+rhunk@users.noreply.github.com> Date: Fri, 27 Sep 2024 22:45:56 +0200 build: update ndk version Diffstat:
M | native/build.gradle.kts | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/native/build.gradle.kts b/native/build.gradle.kts @@ -11,7 +11,7 @@ android { compileSdk = 34 buildToolsVersion = "34.0.0" - ndkVersion = "27.0.12077973" + ndkVersion = "27.1.12297006" buildFeatures { buildConfig = true