diff --git a/android/app/build.gradle b/android/app/build.gradle index 94263f61..35ae2301 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -32,6 +32,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { compileSdkVersion 32 + ndkVersion "26.1.10909125" lintOptions { disable 'InvalidPackage' @@ -99,4 +100,4 @@ dependencies { apply plugin: 'com.google.gms.google-services' //com.google.gms.googleservices.GoogleServicesPlugin.config.disableVersionCheck = true -android.buildTypes.release.ndk.debugSymbolLevel = 'FULL' \ No newline at end of file +android.buildTypes.release.ndk.debugSymbolLevel = 'FULL'