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 9b6550dCopy full SHA for 9b6550d
android/build.gradle
@@ -27,7 +27,7 @@ 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
namespace 'org.tensorflow.tflite_flutter'
32
33
// Bumping the plugin ndkVersion requires all clients of this plugin to bump
@@ -55,7 +55,8 @@ android {
55
}
56
57
defaultConfig {
58
- minSdkVersion 19
+ minSdkVersion 23
59
+ targetSdkVersion 35
60
61
62
@@ -65,4 +66,4 @@ dependencies {
65
66
67
implementation("org.tensorflow:tensorflow-lite:${tflite_version}")
68
implementation("org.tensorflow:tensorflow-lite-gpu:${tflite_version}")
-}
69
+}
0 commit comments