From b54280cdfb10205b4512c2a96a8995420e58f9a8 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 27 Oct 2024 05:03:38 -0400 Subject: [PATCH] update NDK to 27.2.12479018 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 291c827d..ae24e4b8 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -41,7 +41,7 @@ android { compileSdk = 35 buildToolsVersion = "35.0.0" - ndkVersion = "27.1.12297006" + ndkVersion = "27.2.12479018" namespace = "app.attestation.auditor"