From 14f8377d61af3b136cf3d426998a0cddb918657d Mon Sep 17 00:00:00 2001 From: boxdot Date: Fri, 31 Jan 2025 11:06:03 +0100 Subject: [PATCH] don't hardcode the ndk version --- app/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/android/app/build.gradle b/app/android/app/build.gradle index 71489f20..94209c9f 100644 --- a/app/android/app/build.gradle +++ b/app/android/app/build.gradle @@ -16,7 +16,7 @@ dependencies { android { namespace = "im.phnx.prototype" compileSdk = flutter.compileSdkVersion - ndkVersion = "25.1.8937393" + ndkVersion = flutter.ndkVersion compileOptions { sourceCompatibility = JavaVersion.VERSION_17