You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Getting started documentation mentions the need to manually update the ndkVersion in the build.gradle file because Flutter defaults to an older NDK version 23.1.7779620, which is incompatible with objectbox_flutter_libs and path_provider_android.
The Getting started documentation mentions the need to manually update the ndkVersion in the build.gradle file because Flutter defaults to an older NDK version 23.1.7779620, which is incompatible with objectbox_flutter_libs and path_provider_android.
However, as of https://github.com/flutter/flutter/blob/master/packages/flutter_tools/gradle/src/main/groovy/flutter.groovy
Flutter now uses NDK 26.3.11579264 by default. This makes the manual update of ndkVersion unnecessary for new Flutter versions.
The text was updated successfully, but these errors were encountered: