ndkVersion "26.3.11579264"

This commit is contained in:
Feodor Fitsner 2024-06-19 16:27:40 -07:00
parent 9c399dfaae
commit 0ca26dd6b5
1 changed files with 1 additions and 1 deletions

View File

@ -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