From 6135c5eecc5c3ad35ac07f7a9e9dc73c72ab0c44 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Tue, 13 May 2025 16:42:32 +0800 Subject: [PATCH] (android) use flutter.ndkVersion in thermion_flutter build.gradle --- thermion_flutter/thermion_flutter/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermion_flutter/thermion_flutter/android/build.gradle b/thermion_flutter/thermion_flutter/android/build.gradle index 39a221c7..543b65eb 100644 --- a/thermion_flutter/thermion_flutter/android/build.gradle +++ b/thermion_flutter/thermion_flutter/android/build.gradle @@ -27,7 +27,7 @@ apply plugin: 'kotlin-android' android { namespace 'dev.thermion.android' compileSdkVersion 33 - ndkVersion '25.2.9519653' + ndkVersion flutter.ndkVersion compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8