Skip to content

Commit

Permalink
change ndkVersion to 23.1.7779620
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Nov 3, 2024
1 parent d855cd4 commit ac3ad40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/opencv_core/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ android {
// declared in /android/app/build.gradle file of the Flutter project.
// Replace it with a version number if this plugin requires a specific NDK version.
// (e.g. ndkVersion "23.1.7779620")
ndkVersion = android.ndkVersion
// ndkVersion = android.ndkVersion
ndkVersion = "23.1.7779620"

// Invoke the shared CMake build with the Android Gradle Plugin.
externalNativeBuild {
Expand Down
3 changes: 2 additions & 1 deletion packages/opencv_dart/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ android {
// Use the NDK version declared in /android/app/build.gradle file of the Flutter project.
// Replace it with a version number if this plugin requires a specific NDK version.
// (e.g. ndkVersion "23.1.7779620")
ndkVersion android.ndkVersion
// ndkVersion = android.ndkVersion
ndkVersion = "23.1.7779620"

// Invoke the shared CMake build with the Android Gradle Plugin.
externalNativeBuild {
Expand Down

0 comments on commit ac3ad40

Please sign in to comment.