From 0b80137f1794680d305631655e3ee7d21db11c09 Mon Sep 17 00:00:00 2001 From: Saksham Date: Tue, 7 Oct 2025 11:27:09 +0530 Subject: [PATCH] Bump to latest stable ndk Ref:https://developer.android.com/ndk/downloads#stable-downloads --- manager/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manager/build.gradle.kts b/manager/build.gradle.kts index 72ec98b5..5ce8f979 100644 --- a/manager/build.gradle.kts +++ b/manager/build.gradle.kts @@ -29,7 +29,7 @@ cmaker { val androidMinSdkVersion = 26 val androidTargetSdkVersion = 36 val androidCompileSdkVersion = 36 -val androidCompileNdkVersion = "28.0.13004108" +val androidCompileNdkVersion = "29.0.14206865" val androidSourceCompatibility = JavaVersion.VERSION_21 val androidTargetCompatibility = JavaVersion.VERSION_21 val managerVersionCode by extra(1 * 10000 + getGitCommitCount() + 700) @@ -76,4 +76,4 @@ subprojects { } } } -} \ No newline at end of file +}