diff --git a/android/build.gradle b/android/build.gradle index 4e9e193..3815104 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -32,6 +32,7 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { + namespace 'com.vladih.computer_vision.flutter_vision' compileSdkVersion 31 compileOptions { @@ -63,4 +64,4 @@ dependencies{ implementation 'org.tensorflow:tensorflow-lite-support:0.4.3' implementation 'org.tensorflow:tensorflow-lite-metadata:0.4.3' implementation 'org.tensorflow:tensorflow-lite-select-tf-ops:2.11.0' -} \ No newline at end of file +}