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.
2 parents 518c671 + 2b897a4 commit 5999e9dCopy full SHA for 5999e9d
android/build.gradle
@@ -28,6 +28,7 @@ android {
28
// Bumping the plugin compileSdkVersion requires all clients of this plugin
29
// to bump the version in their app.
30
compileSdkVersion 31
31
+ namespace 'org.tensorflow.tflite_flutter'
32
33
// Bumping the plugin ndkVersion requires all clients of this plugin to bump
34
// the version in their app and to download a newer version of the NDK.
@@ -64,4 +65,4 @@ dependencies {
64
65
66
implementation("org.tensorflow:tensorflow-lite:${tflite_version}")
67
implementation("org.tensorflow:tensorflow-lite-gpu:${tflite_version}")
-}
68
+}
0 commit comments