Skip to content

Commit 44c4082

Browse files
authored
Merge pull request #56 from zeexan-dev/master
Fix: Add namespace for AGP 8.0 and above compatibility
2 parents 9fb58e6 + 26b593f commit 44c4082

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ rootProject.allprojects {
3232
apply plugin: 'com.android.library'
3333

3434
android {
35+
namespace 'com.vladih.computer_vision.flutter_vision'
3536
compileSdkVersion 31
3637

3738
compileOptions {
@@ -63,4 +64,4 @@ dependencies{
6364
implementation 'org.tensorflow:tensorflow-lite-support:0.4.3'
6465
implementation 'org.tensorflow:tensorflow-lite-metadata:0.4.3'
6566
implementation 'org.tensorflow:tensorflow-lite-select-tf-ops:2.11.0'
66-
}
67+
}

0 commit comments

Comments
 (0)