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.
1 parent 9b3a779 commit f1bbe3eCopy full SHA for f1bbe3e
android/build.gradle
@@ -27,7 +27,8 @@ apply plugin: 'com.android.library'
27
android {
28
// Bumping the plugin compileSdkVersion requires all clients of this plugin
29
// to bump the version in their app.
30
- compileSdkVersion 31
+ 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
@@ -55,7 +56,7 @@ android {
55
56
}
57
58
defaultConfig {
- minSdkVersion 19
59
+ minSdkVersion 23
60
61
62
0 commit comments