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 931881a + eb439f4 commit 0fc3c12Copy full SHA for 0fc3c12
android/build.gradle
@@ -28,7 +28,6 @@ android {
28
// Bumping the plugin compileSdkVersion requires all clients of this plugin
29
// to bump the version in their app.
30
compileSdkVersion 35
31
- targetSdkVersion 35
32
namespace 'org.tensorflow.tflite_flutter'
33
34
// Bumping the plugin ndkVersion requires all clients of this plugin to bump
@@ -57,6 +56,7 @@ android {
57
56
58
defaultConfig {
59
minSdkVersion 23
+ targetSdkVersion 35
60
}
61
62
0 commit comments