From 57e192d746e186436d37aaaf5802ea74cb6e4802 Mon Sep 17 00:00:00 2001 From: S1mple133 Date: Thu, 29 Jun 2023 21:32:02 +0200 Subject: [PATCH] Update openCv4 version to 3.3.0 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index ca7b24f..2beb51f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -41,7 +41,7 @@ android { dependencies { implementation 'com.google.zxing:core:3.0.1' - implementation 'com.github.eliasteeny:opencv_android_module:3.1.0-fix3' + implementation 'com.github.davidmigloz:opencv-android-gradle-repo:3.3.0' implementation project(path: ':flutter_plugin_android_lifecycle') }