From 8c20397accc0f519a856e422cc481217a5fe0b8d Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Fri, 6 Sep 2024 09:37:32 -0400 Subject: [PATCH] Remove NDK version pin https://github.com/flutter/flutter/issues/139427#issuecomment-1989024985 --- android/app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 30ce3ab..7798cd3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -27,7 +27,6 @@ android { namespace "net.defined.mobile_nebula" compileSdkVersion 34 - ndkVersion flutter.ndkVersion compileOptions { sourceCompatibility JavaVersion.VERSION_1_8