From 0ca26dd6b5423b470cbcf4a8295bdbccbf90ed1b Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Wed, 19 Jun 2024 16:27:40 -0700 Subject: [PATCH] ndkVersion "26.3.11579264" --- {{cookiecutter.out_dir}}/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.out_dir}}/android/app/build.gradle b/{{cookiecutter.out_dir}}/android/app/build.gradle index 59a566d..5ff7e13 100644 --- a/{{cookiecutter.out_dir}}/android/app/build.gradle +++ b/{{cookiecutter.out_dir}}/android/app/build.gradle @@ -25,7 +25,7 @@ if (flutterVersionName == null) { android { namespace "{{ cookiecutter.org_name }}.{{ cookiecutter.project_name }}" compileSdkVersion flutter.compileSdkVersion - ndkVersion flutter.ndkVersion + ndkVersion "26.3.11579264" compileOptions { sourceCompatibility JavaVersion.VERSION_1_8