chore: Remove NDK constraint (#2016)

Co-authored-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
Benjamin
2024-07-13 02:55:02 -07:00
committed by GitHub
parent c67b4b438c
commit 9440f23b55
2 changed files with 2 additions and 3 deletions

View File

@@ -24,7 +24,6 @@ if (flutterVersionName == null) {
android { android {
compileSdk 34 compileSdk 34
ndkVersion flutter.ndkVersion
compileOptions { compileOptions {
coreLibraryDesugaringEnabled true coreLibraryDesugaringEnabled true

View File

@@ -1377,5 +1377,5 @@ packages:
source: hosted source: hosted
version: "3.1.2" version: "3.1.2"
sdks: sdks:
dart: ">=3.3.0 <4.0.0" dart: ">=3.4.0 <4.0.0"
flutter: ">=3.19.2" flutter: ">=3.22.0"