Skip to content

Commit

Permalink
Merge pull request #285 from rainyl/fix-cv_minEnclosingCircle
Browse files Browse the repository at this point in the history
Fix: minEnclosingCircle, specify ndkVersion to 23.1.7779620
  • Loading branch information
rainyl authored Nov 4, 2024
2 parents c904dcf + a478353 commit acc808f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 18 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
16 changes: 8 additions & 8 deletions packages/opencv_core/images/opencv_core_size_report.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
16 changes: 8 additions & 8 deletions packages/opencv_dart/images/opencv_dart_size_report.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit acc808f

Please sign in to comment.