We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb58e6 commit 26b593fCopy full SHA for 26b593f
android/build.gradle
@@ -32,6 +32,7 @@ rootProject.allprojects {
32
apply plugin: 'com.android.library'
33
34
android {
35
+ namespace 'com.vladih.computer_vision.flutter_vision'
36
compileSdkVersion 31
37
38
compileOptions {
@@ -63,4 +64,4 @@ dependencies{
63
64
implementation 'org.tensorflow:tensorflow-lite-support:0.4.3'
65
implementation 'org.tensorflow:tensorflow-lite-metadata:0.4.3'
66
implementation 'org.tensorflow:tensorflow-lite-select-tf-ops:2.11.0'
-}
67
+}
0 commit comments