Skip to content

Commit 5999e9d

Browse files
authored
Merge pull request #149 from Aashrut/patch-1
Added namespace in build.gradle
2 parents 518c671 + 2b897a4 commit 5999e9d

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
@@ -28,6 +28,7 @@ android {
2828
// Bumping the plugin compileSdkVersion requires all clients of this plugin
2929
// to bump the version in their app.
3030
compileSdkVersion 31
31+
namespace 'org.tensorflow.tflite_flutter'
3132

3233
// Bumping the plugin ndkVersion requires all clients of this plugin to bump
3334
// the version in their app and to download a newer version of the NDK.
@@ -64,4 +65,4 @@ dependencies {
6465

6566
implementation("org.tensorflow:tensorflow-lite:${tflite_version}")
6667
implementation("org.tensorflow:tensorflow-lite-gpu:${tflite_version}")
67-
}
68+
}

0 commit comments

Comments
 (0)