From 08ed8b09766949b72b834054b97baea2d439e9ff Mon Sep 17 00:00:00 2001 From: Jan Niklas Hasse Date: Thu, 12 Sep 2024 18:10:21 +0200 Subject: [PATCH] Android: Use final version of NDK r27 --- android/test/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/test/app/build.gradle b/android/test/app/build.gradle index 951d2df2..8012a0f4 100644 --- a/android/test/app/build.gradle +++ b/android/test/app/build.gradle @@ -33,7 +33,7 @@ android { path 'src/main/cpp/CMakeLists.txt' } } - ndkVersion '27.0.11718014' + ndkVersion '27.0.12077973' namespace 'com.bixense.jngl_test' }